Crate sink[][src]

Modules

sink
statefulsink

Structs

SinkMap

Transforms incomming data from source type to the type epxected by the wrapped ISink.

Traits

ISink

The ISink trait aims to provide an abstraction for a thing which can be sent values and return a Result indicating success / failure of receipt.

ISinkMap

The ISinkMap trait describes the parameters necessary to link a target Sink and a mapping function through a SinkMap, generaling it's constructor