Trait list_fn::Collection[][src]

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

Associated Types

Required methods

Implementations on Foreign Types

Implementors