Module mocks

Module mocks 

Source
Expand description

A mock implementation of a channel that implements the Sink and Stream traits.

Structsยง

Channel
A mock channel struct that is used internally by Sink and Stream.
Sink
A mock sink that implements the Sink trait.
Stream
A mock stream that implements the Stream trait.