Module rsocket_rust::prelude

source ·

Re-exports

Structs

Traits

  • A contract providing different interaction models for RSocket protocol.
  • A Sink is a value into which other values can be sent, asynchronously.
  • An extension trait for Sinks that provides a variety of convenient combinator functions.
  • A stream of values produced asynchronously.
  • An extension trait for Streams that provides a variety of convenient combinator functions.

Type Aliases