Type Definition neon::result::JsResult[][src]

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.