pub trait Len {
    fn len(&self) -> usize;
}

Required methods

Implementations on Foreign Types

Implementors