let mut buffer = String::new(); FunctionTemplate::new(&mut handle_scope, |scope, args, _retval|{ // extract args buffer.push(some_data); })
Fn
FnMut
set_slot/get_slot