parking_
lot
0.12.4
Unchecked
Option
Ext
Required Methods
unchecked_unwrap
Implementations on Foreign Types
Option<T>
Implementors
In parking_
lot::
util
parking_lot
::
util
Trait
UncheckedOptionExt
Copy item path
Source
pub trait UncheckedOptionExt<T> { // Required method unsafe fn
unchecked_unwrap
(self) -> T; }
Required Methods
§
Source
unsafe fn
unchecked_unwrap
(self) -> T
Implementations on Foreign Types
§
Source
§
impl<T>
UncheckedOptionExt
<T> for
Option
<T>
Source
§
unsafe fn
unchecked_unwrap
(self) -> T
Implementors
§