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

pub trait AsInvocable {
    fn is_invocable(&self) -> bool;
    fn try_as_invocable(&self) -> Option<&IInvocable>;
}

Required Methods

Implementors