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

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

A target for Bytes.

Required methods

pub fn extend<I>(&mut self, iter: I) where
    I: IntoIterator<Item = Bytes>, 
[src]

Pushes many bytes at the instance.

Loading content...

Implementors

impl BytesPush for MergeQueue[src]

Loading content...