Searched defs:ClientHandshake (Results 1 – 1 of 1) sorted by relevance
33 pub struct ClientHandshake<S> { struct39 impl<S: Read + Write> ClientHandshake<S> { impl73 impl<S: Read + Write> HandshakeRole for ClientHandshake<S> { implementation