logo
Expand description

Listener trait and it’s implements.

Re-exports

pub use acme::AcmeListener;
pub use native_tls::NativeTlsListener;
pub use rustls::RustlsListener;
pub use unix::UnixListener;

Modules

acmeacme

ACME supports.

native_tlsnative-tls

tls module

rustlsrustls

tls module

unixUnix

UnixListener module

Structs

JoinedListener

TcpListener

Enums

A I/O stream for JoinedListener.

Traits

IntoAddrIncoming

Listener trait