Trait tls_api::TlsStreamImpl [] [src]

pub trait TlsStreamImpl<S>: Read + Write + Debug {
    fn shutdown(&mut self) -> Result<()>;
    fn get_mut(&mut self) -> &mut S;
}

Required Methods

Implementors