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

Required Methods

Implementations on Foreign Types

Implementors