Struct security_framework::secure_transport::MidHandshakeClientBuilder [−][src]
pub struct MidHandshakeClientBuilder<S> { /* fields omitted */ }
Expand description
An SSL stream midway through the handshake process.
Implementations
impl<S> MidHandshakeClientBuilder<S>
[src]
impl<S> MidHandshakeClientBuilder<S>
[src]pub fn handshake(self) -> Result<SslStream<S>, ClientHandshakeError<S>>
[src]
pub fn handshake(self) -> Result<SslStream<S>, ClientHandshakeError<S>>
[src]Restarts the handshake process.
Trait Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for MidHandshakeClientBuilder<S> where
S: RefUnwindSafe,
S: RefUnwindSafe,
impl<S> Send for MidHandshakeClientBuilder<S> where
S: Send,
S: Send,
impl<S> Sync for MidHandshakeClientBuilder<S> where
S: Sync,
S: Sync,
impl<S> Unpin for MidHandshakeClientBuilder<S> where
S: Unpin,
S: Unpin,
impl<S> UnwindSafe for MidHandshakeClientBuilder<S> where
S: UnwindSafe,
S: UnwindSafe,