pub trait WillDoTlswhere
    Self: Sized,
{ fn tls(self, config: TlsWorker) -> TlsCapable<Self> { ... } }

Provided Methods

Implementors