pub trait IsResultType: IsResultTypeSealed { type Ok; type Err; }
Extract Ok and Err variants from Result type.
Ok
Err
Result
The T type of the Result<T, E>.
T
Result<T, E>
The E type of the Result<T, E>.
E