Struct openssl::ssl::MidHandshakeSslStream [] [src]

pub struct MidHandshakeSslStream<S> { /* fields omitted */ }
[]

An SSL stream midway through the handshake process.

Methods

impl<S> MidHandshakeSslStream<S>
[src]

[]

Returns a shared reference to the inner stream.

[]

Returns a mutable reference to the inner stream.

[]

Returns a shared reference to the Ssl of the stream.

[]

Returns the underlying error which interrupted this handshake.

[]

Consumes self, returning its error.

[]

Restarts the handshake process.

Trait Implementations

impl<S: Debug> Debug for MidHandshakeSslStream<S>
[src]

[]

Formats the value using the given formatter.