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

pub trait IMappable {
    fn get_by_key(&self, key: &str) -> Option<Arg>;
    fn is_empty(&self) -> bool;
    fn len(&self) -> usize;
}

Required Methods

Implementors