from_unix_rustls

Function from_unix_rustls 

Source
pub fn from_unix_rustls(
    listener: UnixListener,
    config: RustlsConfig,
) -> Result<Server<SocketAddr, RustlsAcceptor>>
Available on crate feature tls-rustls only.
Expand description

Create a tls server from existing std::os::unix::net::UnixListener.