Crate const_unwrap

Source
Expand description

const-unwrap provides functions which can be used to unwrap Results in a const context.

Functions§

const_unwrap_result
Unwraps a Result’s Ok variant, or panics.