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

pub trait IIterable: Send + Sync {
    fn is_empty(&self) -> bool;
    fn ivalues(&self) -> VIterator;
}

Required Methods

Implementors