Trait pear::Length [] [src]

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

Required Methods

Implementors