pub fn from_tcp_rustls(
    listener: TcpListener,
    config: RustlsConfig
) -> Server<RustlsAcceptor>
Available on crate feature tls-rustls only.
Expand description

Create a tls server from existing std::net::TcpListener.