Type Definition neon::context::FunctionContext[][src]

pub type FunctionContext<'a> = CallContext<'a, JsObject>;
Expand description

A shorthand for a CallContext with this-type JsObject.