Home
last modified time | relevance | path

Searched defs:ClientHandshake (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tungstenite/src/handshake/
Dclient.rs33 pub struct ClientHandshake<S> { struct
39 impl<S: Read + Write> ClientHandshake<S> { impl
73 impl<S: Read + Write> HandshakeRole for ClientHandshake<S> { implementation