[][src]Module daemon_engine::connection

Connection provides a generic connection over a stream and codec This is used to implement clients (ie. for a command line utility)

Structs

Connection

Connection type implemented on top of AsyncRead + AsyncWrite and an Encoder/Decoder This provides a simple / generic base object for managing tokio connections