Trait BytesCollector

Source
pub trait BytesCollector {
    // Required method
    fn collect(&mut self, count: usize);
}

Required Methods§

Source

fn collect(&mut self, count: usize)

Implementations on Foreign Types§

Source§

impl BytesCollector for usize

Source§

fn collect(&mut self, count: usize)

Implementors§