Expand description
rustls based TLS connection acceptor service.
See Acceptor for main service factory docs.
Modules
Re-exports from
rustls that are useful for acceptors.Structs
Accept TLS connections via the
rustls crate.Rustls based acceptor service.
Wraps a
rustls based async TLS stream in order to implement [ActixStream].