Trait timely::communication::allocator::zero_copy::bytes_exchange::BytesPull[][src]

pub trait BytesPull {
    pub fn drain_into(&mut self, vec: &mut Vec<Bytes, Global>);
}

A source for Bytes.

Required methods

pub fn drain_into(&mut self, vec: &mut Vec<Bytes, Global>)[src]

Drains many bytes from the instance.

Loading content...

Implementors

impl BytesPull for MergeQueue[src]

Loading content...