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

type NeonResult<T> = Result<T, Throw>;

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