Module samotop::io

source · []

Modules

Traits and impls to represent and establish network-like streams

Structs

Carries connection infromation (TCP, unix socket, …) so that remaining code can abstract away from it as Io

Traits

An object implementing this trait handles TCP connections in a Future.