Crate try_unwrap

Source

Traitsยง

TryUnwrapOption
Trait for implementing try_unwrap() on the generic Option<T> type.
TryUnwrapResult
Trait for implementing try_unwrap() on the generic Result<T, E> type.