Trait hyperdriver::stream::tls::TlsHandshakeExt
source · pub trait TlsHandshakeExt: TlsHandshakeStream {
// Provided method
fn handshake(&mut self) -> TlsHandshakeFuture<'_, Self> ⓘ
where Self: Sized { ... }
}Available on crate feature
tls only.Expand description
Extension trait for TlsHandshakeStream.
Provided Methods§
sourcefn handshake(&mut self) -> TlsHandshakeFuture<'_, Self> ⓘwhere
Self: Sized,
fn handshake(&mut self) -> TlsHandshakeFuture<'_, Self> ⓘwhere
Self: Sized,
Perform a TLS handshake.