Skip to main content

GetLength

Trait GetLength 

Source
pub trait GetLength {
    // Required method
    fn len(&self) -> usize;
}

Required Methods§

Source

fn len(&self) -> usize

Implementations on Foreign Types§

Source§

impl<T, E> GetLength for Result<Vec<T>, E>

Source§

fn len(&self) -> usize

Implementors§