Module tokio_util::net

source ·
Available on crate features net and codec only.
Expand description

TCP/UDP/Unix helpers for tokio.

Modules

  • Unix domain socket helpers.

Structs

Traits

  • A trait for a listener: TcpListener and UnixListener.