Type Definition v8::value::FunctionCallback [] [src]

type FunctionCallback = Fn(FunctionCallbackInfo) -> Result<Value, Value> + 'static;