Expand description
Functions that make it easy to unwrap a value safely. These functions are
provided to improve the ergonomics of using wrapped values in Rust. Examples
of wrapped values are <Arc<RwLock<T>>, and <Option>.
Functions§
- call_
if_ err - call_
if_ none - call_
if_ ok - call_
if_ some - unwrap_
arc_ read_ lock_ and_ call - unwrap_
arc_ write_ lock_ and_ call - with
- with_
mut