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

pub trait IIterable {
    fn is_empty(&self) -> bool;
    fn ivalues<'s: 'i, 'i>(&'s self) -> Box<Iterator<Item = Arg> + 'i>;
}

Required Methods

Implementors