Trait list_fn::Collection

source ·
pub trait Collection {
    type Item;

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

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§