[][src]Trait sm_ext::CallableParam

pub trait CallableParam {
    fn push<T: ICallableApi>(&self, callable: &mut T) -> Result<(), SPError>;
fn param_type() -> ParamType; }

Required methods

fn push<T: ICallableApi>(&self, callable: &mut T) -> Result<(), SPError>

fn param_type() -> ParamType

Loading content...

Implementations on Foreign Types

impl CallableParam for i32[src]

impl CallableParam for f32[src]

impl<'_> CallableParam for &'_ CStr[src]

Loading content...

Implementors

impl CallableParam for HandleId[src]

impl CallableParam for cell_t[src]

Loading content...