Function lovm2_core::extend::create_callable[][src]

pub fn create_callable(
    from: impl Fn(&mut Vm) -> Lovm2Result<()> + 'static
) -> CallableRef

Wrap a static function inside Callable.