Trait sorted::Collection [] [src]

pub trait Collection {
    type Item;
}

Describes a colletion containing a type.

Associated Types

Implementors