[][src]Trait pear::Length

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

Required methods

fn len(&self) -> usize

Loading content...

Implementations on Foreign Types

impl Length for str[src]

impl<'a, T> Length for &'a [T][src]

impl<T> Length for [T][src]

impl<T> Length for Vec<T>[src]

impl<'a> Length for &'a str[src]

impl Length for String[src]

Loading content...

Implementors

Loading content...