Trait tls_api::MidHandshakeTlsStreamImpl [] [src]

pub trait MidHandshakeTlsStreamImpl<S>: Debug {
    fn handshake(&mut self) -> Result<TlsStream<S>, HandshakeError<S>>;
}

Required Methods

Implementors