[][src]Trait sm_ext::ExecutableApi

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

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

Required methods

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

Loading content...

Provided methods

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

Loading content...

Implementors

impl ExecutableApi for IChangeableForward[src]

impl ExecutableApi for IForward[src]

impl ExecutableApi for IPluginFunction[src]

Loading content...