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

pub trait AsComposable {
    fn is_composable(&self) -> bool;
    fn try_as_composable(&self) -> Option<&IComposable>;
}

Required Methods

Implementors