Crate len_trait [] [src]

Traits

Capacity

A collection with a capacity.

CapacityMut

A collection with a "mutable" capacity.

DefaultCapacity

A collection which can be created with a certain capacity.

Len

A collection with a length.

LenMut

A collection with a "mutable" length, i.e. a truncatable collection.

LenZero

A collection whose length can be set to zero, i.e. a clearable collection.