pub trait CollectionLength {
    fn len(&self) -> usize;
}
Expand description

For types which should have the a len method.

Required Methods

Implementations on Foreign Types

Implementors