Trait samotop::io::client::tls::TlsProvider[][src]

pub trait TlsProvider: Debug {
    pub fn get_tls_upgrade(
        &self
    ) -> Option<Box<dyn TlsUpgrade + 'static, Global>>; }

Required methods

pub fn get_tls_upgrade(&self) -> Option<Box<dyn TlsUpgrade + 'static, Global>>[src]

Loading content...

Implementations on Foreign Types

impl<T> TlsProvider for Arc<T> where
    T: TlsProvider
[src]

Loading content...

Implementors

impl TlsProvider for NoTls[src]

impl TlsProvider for RustlsProvider<TlsAcceptor>[src]

impl TlsProvider for RustlsProvider<TlsConnector>[src]

impl TlsProvider for Builder[src]

Loading content...