Trait pear::Length[][src]

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

Required methods

Implementations on Foreign Types

Implementors