Macro wren_rust::wren_foreign_method_fn [] [src]

macro_rules! wren_foreign_method_fn {
    ($f:path) => { ... };
}

Wrap a Fn(&mut VM) as an ffi-suitable ForeignMethodFn.