Struct hyper_sync_rustls::TlsServer [] [src]

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

Fields

Methods

impl TlsServer
[src]

Trait Implementations

impl Clone for TlsServer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl SslServer for TlsServer
[src]

The protected stream.

[src]

Wrap a server stream with SSL.