Struct security_framework::secure_transport::MidHandshakeClientBuilder [] [src]

pub struct MidHandshakeClientBuilder<S> { /* fields omitted */ }

An SSL stream midway through the handshake process.

Methods

impl<S> MidHandshakeClientBuilder<S>
[src]

Returns a shared reference to the inner stream.

Returns a mutable reference to the inner stream.

Returns the error which caused the handshake interruption.

Restarts the handshake process.

Trait Implementations

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

Formats the value using the given formatter.