Trait corollary_support::Lengthable [] [src]

pub trait Lengthable {
    fn get_len(&self) -> isize;
}

Required Methods

Implementors