Trait len_trait::LenZero [] [src]

pub trait LenZero: Len {
    fn clear(&mut self);
}

A mutable collection which can be cleared.

Required Methods

Empties the collection, making its length zero.

Implementors