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

pub trait AsIterable {
    fn is_iterable(&self) -> bool;
    fn try_as_iterable(&self) -> Option<&IIterable>;
}

Required Methods

Implementors