From d7488b8040278c2cf9cd1b1eead206efe408cd9f Mon Sep 17 00:00:00 2001 From: Max Audron Date: Mon, 5 Apr 2021 18:03:46 +0200 Subject: WIP: impl more signalproxy objects --- src/message/handshake/init.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/message/handshake/init.rs') diff --git a/src/message/handshake/init.rs b/src/message/handshake/init.rs index b4604b6..df1b29e 100644 --- a/src/message/handshake/init.rs +++ b/src/message/handshake/init.rs @@ -1,5 +1,4 @@ -use crate::Deserialize; -use crate::Serialize; +use crate::{deserialize::Deserialize, serialize::Serialize}; /// The first few bytes sent to the core to initialize the connection and setup if we want to use tls and compression #[derive(Clone, Debug)] -- cgit v1.2.3