[][src]Trait timely_communication::allocator::zero_copy::bytes_exchange::BytesPush

pub trait BytesPush {
    fn extend<I: IntoIterator<Item = Bytes>>(&mut self, iter: I);
}

A target for Bytes.

Required methods

fn extend<I: IntoIterator<Item = Bytes>>(&mut self, iter: I)

Pushes many bytes at the instance.

Loading content...

Implementors

impl BytesPush for MergeQueue[src]

Loading content...