diff options
| author | Max Audron <audron@cocaine.farm> | 2021-04-05 18:03:46 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-04-05 18:03:46 +0200 |
| commit | d7488b8040278c2cf9cd1b1eead206efe408cd9f (patch) | |
| tree | 1188190a730e6c0d4277c588545c5ff557afb3cd /src/message/handshake/protocol.rs | |
| parent | WIP: impl signalproxy types (diff) | |
WIP: impl more signalproxy objects
Diffstat (limited to 'src/message/handshake/protocol.rs')
| -rw-r--r-- | src/message/handshake/protocol.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/message/handshake/protocol.rs b/src/message/handshake/protocol.rs index d020f33..c12da05 100644 --- a/src/message/handshake/protocol.rs +++ b/src/message/handshake/protocol.rs @@ -1,5 +1,4 @@ -use crate::Deserialize; -use crate::Serialize; +use crate::{deserialize::Deserialize, serialize::Serialize}; pub enum Protocol { Legacy = 0x00000001, |
