Type Definition neon::context::FunctionContext

source · []
pub type FunctionContext<'a> = CallContext<'a, JsObject>;
Expand description

A shorthand for a CallContext with this-type JsObject.