Trait Ffi

Source
pub trait Ffi {
    // Required method
    fn call(&self, func_name: &str, params: Vec<GosValue>) -> Vec<GosValue>;
}

Required Methods§

Source

fn call(&self, func_name: &str, params: Vec<GosValue>) -> Vec<GosValue>

Trait Implementations§

Source§

impl Debug for dyn Ffi

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§