Trait tokio_rustls::ServerConfigExt
[−]
[src]
pub trait ServerConfigExt { fn accept_async<S>(&self, stream: S) -> AcceptAsync<S> where S: Io; }
Extension trait for the Arc<ServerConfig>
type in the rustls
crate.
Required Methods
fn accept_async<S>(&self, stream: S) -> AcceptAsync<S> where S: Io
Implementors
impl ServerConfigExt for Arc<ServerConfig>