[−][src]Trait unreachable::UncheckedOptionExt
An extension trait for Option<T>
providing unchecked unwrapping methods.
Required methods
unsafe fn unchecked_unwrap(self) -> T
Get the value out of this Option without checking for None.
unsafe fn unchecked_unwrap_none(self)
Assert that this Option is a None to the optimizer.