Expand description
Push and Pull implementations wrapping serialized data.
Structs§
- Puller
- An adapter from which one can pull elements of type
T
. - Puller
Inner - An adapter from which one can pull elements of type
T
. - Pusher
- An adapter into which one may push elements of type
T
.