pub struct MidHandshakeTlsStream<S>(_);
Expand description

A TLS stream which has been interrupted midway through the handshake process.

Implementations

Returns a shared reference to the inner stream.

Returns a mutable reference to the inner stream.

Restarts the handshake process.

If the handshake completes successfully then the negotiated stream is returned. If there is a problem, however, then an error is returned. Note that the error may not be fatal. For example if the underlying stream is an asynchronous one then HandshakeError::WouldBlock may just mean to wait for more I/O to happen later.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.