Crate unchecked_unwrap

source ·
Expand description

Adds an unchecked way to yield the content of an Ok in Result or Some in Option equivalent to unwrap and expect.

Compiling with the Debug profile the usual checks can be enabled by the debug_checks crate feature, which is enabled by default.

Traits