Function axum_server::tls_rustls::from_tcp_rustls
source · [−]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.