Struct tungstenite::handshake::client::ClientHandshake [] [src]

pub struct ClientHandshake<S> { /* fields omitted */ }

Client handshake role.

Methods

impl<S: Read + Write> ClientHandshake<S>
[src]

Initiate a client handshake.

Trait Implementations

impl<S: Read + Write> HandshakeRole for ClientHandshake<S>
[src]