[−][src]Type Definition neon::result::JsResult
type JsResult<'b, T> = NeonResult<Handle<'b, T>>;
The result of a computation that produces a JavaScript value and might send the JS engine into a throwing state.
type JsResult<'b, T> = NeonResult<Handle<'b, T>>;
The result of a computation that produces a JavaScript value and might send the JS engine into a throwing state.