pub struct MidHandshakeClientBuilder<S> { /* private fields */ }Expand description
An SSL stream midway through the handshake process.
Implementations§
source§impl<S> MidHandshakeClientBuilder<S>
impl<S> MidHandshakeClientBuilder<S>
sourcepub fn handshake(self) -> Result<SslStream<S>, ClientHandshakeError<S>>
pub fn handshake(self) -> Result<SslStream<S>, ClientHandshakeError<S>>
Restarts the handshake process.