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

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

The result type for throwing APIs.