Struct tls_api_rustls::MidHandshakeTlsStream [] [src]

pub struct MidHandshakeTlsStream<S, T> where
    S: Read + Write + Debug + Send + Sync + 'static,
    T: Session + Sync + 'static, 
{ /* fields omitted */ }

Trait Implementations

impl<S, T> MidHandshakeTlsStreamImpl<S> for MidHandshakeTlsStream<S, T> where
    S: Read + Write + Debug + Send + Sync + 'static,
    T: Session + Sync + 'static, 
[src]

impl<T, S> Debug for MidHandshakeTlsStream<S, T> where
    S: Read + Write + Debug + Send + Sync + 'static,
    T: Session + Sync + 'static, 
[src]

Formats the value using the given formatter.