Crate try_unwrap

source ·

Traits

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