[][src]Trait zsplg::RTMultiFn

pub trait RTMultiFn {
    fn call(
        &self,
        fname: &CStr,
        args: &[FFIWrapper]
    ) -> Result<FFIWrapper, Error>; }

Required methods

fn call(&self, fname: &CStr, args: &[FFIWrapper]) -> Result<FFIWrapper, Error>

Loading content...

Implementations on Foreign Types

impl<T> RTMultiFn for WrapSized<T> where
    T: RTMultiFn
[src]

Loading content...

Implementors

impl RTMultiFn for Handle[src]

impl RTMultiFn for Plugin[src]

Loading content...