[][src]Module izanami::server::conn

Abstraction around low-level I/O.

Structs

DefaultTransport

An instance of Transport used in Server by default.

Traits

Acceptor

A trait that represents the conversion of asynchronous I/Os.

Transport

A trait that represents the listener.