Struct hyper_rustls::TlsServer[][src]

pub struct TlsServer {
    pub cfg: Arc<ServerConfig>,
}

Fields

Methods

impl TlsServer
[src]

Trait Implementations

impl Clone for TlsServer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl SslServer for TlsServer
[src]

The protected stream.

Wrap a server stream with SSL.

Auto Trait Implementations

impl Send for TlsServer

impl Sync for TlsServer