Trait pear::Length[][src]

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

Required Methods

Implementations on Foreign Types

impl Length for str
[src]

impl Length for [u8]
[src]

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

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

impl Length for String
[src]

Implementors