[][src]Trait native_tls::backend::security_framework::TlsStreamExt

pub trait TlsStreamExt<S> {
    fn raw_stream(&self) -> &SslStream<S>;
fn raw_stream_mut(&mut self) -> &mut SslStream<S>; }

Security Framework-specific extensions to TlsStream.

Required Methods

Important traits for SslStream<S>

Returns a shared reference to the Security Framework SslStream.

Important traits for SslStream<S>

Returns a mutable reference to the Security Framework SslStream.

Implementors