Trait pear::parsers::Collection[][src]

pub trait Collection {
    type Item;
    fn new() -> Self;
fn add(&mut self, item: Self::Item); }

Associated Types

Required methods

Implementations on Foreign Types

Implementors