[][src]Module neon::result

Types and traits for working with JavaScript exceptions.

Structs

Throw

An error sentinel type used by NeonResult (and JsResult) to indicate that the JavaScript engine has entered into a throwing state.

Traits

JsResultExt

An extension trait for Result values that can be converted into JsResult values by throwing a JavaScript exception in the error case.

Type Definitions

JsResult

The result of a computation that produces a JavaScript value and might send the JS engine into a throwing state.

NeonResult

The result of a computation that might send the JS engine into a throwing state.