HandshakeRole
compio
3016ec7
Handshake
Role
Implementors
In compio::
ws::
tungstenite::
handshake
compio
::
ws
::
tungstenite
::
handshake
Trait
Handshake
Role
Copy item path
pub trait HandshakeRole { }
Available on
crate features
ws
and
handshake
only.
Expand description
Handshake role.
Implementors
§
§
impl<S>
HandshakeRole
for
ClientHandshake
<S>
where S:
Read
+
Write
,
§
impl<S, C>
HandshakeRole
for
ServerHandshake
<S, C>
where S:
Read
+
Write
, C:
Callback
,