Modules§
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.
- ISink
Map - The ISinkMap trait describes the parameters necessary to link a target Sink and a mapping function through a SinkMap, generaling it’s constructor