Module len_trait::len [] [src]

Traits involving the length of a collection.

Traits

Clear

A trait for clearing collections.

Empty

A trait for describing whether a collection is empty, i.e., its length is zero.

Len

A trait for describing the length of a collection.

LenMut

A trait for modifying the length of a collection.