Trait pear::parsers::Collection

source ·
pub trait Collection {
    type Item;

    fn new() -> Self;
    fn add(&mut self, item: Self::Item);
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§