Trait incrust::types::abc::IIndexable [] [src]

pub trait IIndexable {
    fn get_index(&self, index: usize) -> Option<Arg>;
    fn is_empty(&self) -> bool;
    fn len(&self) -> usize;
}

Required Methods

Implementors