Struct tls_api_rustls::MidHandshakeTlsStream
[−]
[src]
pub struct MidHandshakeTlsStream<S, T> where
S: Read + Write + Debug + Send + 'static,
T: Session + 'static, { /* fields omitted */ }
Trait Implementations
impl<S, T> MidHandshakeTlsStreamImpl<S> for MidHandshakeTlsStream<S, T> where
S: Read + Write + Debug + Send + 'static,
T: Session + 'static,
[src]
S: Read + Write + Debug + Send + 'static,
T: Session + 'static,
fn handshake(&mut self) -> Result<TlsStream<S>, HandshakeError<S>>
[src]
impl<T, S> Debug for MidHandshakeTlsStream<S, T> where
S: Read + Write + Debug + Send + 'static,
T: Session + 'static,
[src]
S: Read + Write + Debug + Send + 'static,
T: Session + 'static,