tungstenite
0.20.1
HandshakeRole
Implementors
In tungstenite::handshake
Trait
tungstenite
::
handshake
::
HandshakeRole
Copy item path
source
·
[
−
]
pub trait HandshakeRole { }
Expand description
Handshake role.
Implementors
§
source
§
impl<S:
Read
+
Write
>
HandshakeRole
for
ClientHandshake
<S>
source
§
impl<S:
Read
+
Write
, C:
Callback
>
HandshakeRole
for
ServerHandshake
<S, C>