Module rama::net::stream::service

Expand description

Rama services that operate directly on crate::stream::Stream types.

Examples are services that can operate directly on a TCP, TLS or UDP stream.

Structsยง

  • An async service which echoes the incoming bytes back on the same stream.