Macro wren::wren_write_fn [] [src]

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

Wrap a Fn(&mut VM, &str) as an ffi-suitable WriteFn.