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

pub struct ClientHandshake { /* fields omitted */ }

Client handshake role.

Methods

impl ClientHandshake
[src]

Initiate a client handshake.

Trait Implementations

impl HandshakeRole for ClientHandshake
[src]