Trait tokio_rustls::ServerConfigExt [] [src]

pub trait ServerConfigExt: Sealed {
    fn accept_async<S>(&self, stream: S) -> AcceptAsync<S>
    where
        S: Read + Write
; }

Extension trait for the Arc<ServerConfig> type in the rustls crate.

Required Methods

Implementations on Foreign Types

impl ServerConfigExt for Arc<ServerConfig>
[src]

[src]

Implementors