Module rama::net::stream

source ·
Expand description

Stream trait and related utilities.

Modules§

Structs§

  • Reader that can be used to chain two readers together.
  • Reader for reading from a heap-allocated bytes buffer.
  • Connected socket information.

Traits§

  • Common information exposed by a Socket-like construct.
  • A stream is a type that implements AsyncRead, AsyncWrite and Send. This is specific to Rama and is directly linked to the supertraits of Tokio.