[−][src]Type Definition neon::result::NeonResult
type NeonResult<T> = Result<T, Throw>;
The result of a computation that might send the JS engine into a throwing state.
type NeonResult<T> = Result<T, Throw>;
The result of a computation that might send the JS engine into a throwing state.