Module split

Source
Expand description

Implementation and types for splitting a Stream + Sink. See split::split.

Structs§

SplitSink
A Sink part of the split pair
SplitStream
A Stream part of the split pair

Functions§

split
Splits a Stream + Sink object into separate Sink and Stream objects.