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

pub trait AsMappable {
    fn is_mappable(&self) -> bool;
    fn try_as_mappable(&self) -> Option<&IMappable>;
}

Required Methods

Implementors