Module timely_communication::allocator::zero_copy::push_pull
source · Expand description
Push and Pull implementations wrapping serialized data.
Structs§
- An adapter from which one can pull elements of type
T
. - An adapter from which one can pull elements of type
T
. - An adapter into which one may push elements of type
T
.