Struct tungstenite::handshake::MidHandshake[][src]

pub struct MidHandshake<Role: HandshakeRole> { /* fields omitted */ }

A WebSocket handshake.

Methods

impl<Role: HandshakeRole> MidHandshake<Role>
[src]

Restarts the handshake process.

Auto Trait Implementations

impl<Role> Send for MidHandshake<Role> where
    Role: Send,
    <Role as HandshakeRole>::InternalStream: Send

impl<Role> Sync for MidHandshake<Role> where
    Role: Sync,
    <Role as HandshakeRole>::InternalStream: Sync