Macro wren_rust::wren_bind_foreign_method_fn [] [src]

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

Wrap a Fn(&mut VM, &str, &str, bool, &str) -> ForeignMethodFn as an ffi-suitable BindForeignMethodFn.