[][src]Trait sm_ext::Executable

pub trait Executable: ICallableApi + Sized {
    fn execute(&mut self) -> Result<cell_t, SPError>;

    fn push<T: CallableParam>(&mut self, param: T) -> Result<(), SPError> { ... }
}

Required methods

fn execute(&mut self) -> Result<cell_t, SPError>

Loading content...

Provided methods

fn push<T: CallableParam>(&mut self, param: T) -> Result<(), SPError>

Loading content...

Implementors

impl Executable for ChangeableForward[src]

impl Executable for Forward[src]

impl<'_> Executable for IPluginFunction<'_>[src]

Loading content...