Traitsยง
- TryUnwrap
Option - Trait for implementing
try_unwrap()on the genericOption<T>type. - TryUnwrap
Result - Trait for implementing
try_unwrap()on the genericResult<T, E>type.
try_unwrap() on the generic Option<T> type.try_unwrap() on the generic Result<T, E> type.