Module push_pull

Source
Expand description

Push and Pull implementations wrapping serialized data.

Structs§

Puller
An adapter from which one can pull elements of type T.
PullerInner
An adapter from which one can pull elements of type T.
Pusher
An adapter into which one may push elements of type T.