Treatment unwrap
std/ops/option/block::unwrap
Generics
◻ T (any)
Inputs
⇥ option: Block<Option<T>>
Outputs
↦ value: Block<T>
Unwrap option block
Unwrap blocking option, ignoring it if set to none.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
std/ops/option/block::unwrap
◻ T (any)
⇥ option: Block<Option<T>>
↦ value: Block<T>
Unwrap option block
Unwrap blocking option, ignoring it if set to none.