Trait CharsCollector

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

Required Methods§

Source

fn collect(&mut self, count: usize)

Implementations on Foreign Types§

Source§

impl CharsCollector for usize

Source§

fn collect(&mut self, count: usize)

Implementors§