Module futures_util::sink

source ·
Expand description

Sinks

This module contains a number of functions for working with Sinks, including the SinkExt trait which adds methods to Sink types.

Structs§

Enums§

Traits§

  • An extension trait for Sinks that provides a variety of convenient combinator functions.

Functions§

  • Create a sink that will just discard all items given to it.