Module ring::polyfill::unwrap_const
source · Functions§
- Polyfill for
Option::unwrap()
as a const fn; featureconst_option
. https://github.com/rust-lang/rust/issues/67441. TODO(MSRV): Replace this withx.unwrap()
.
Option::unwrap()
as a const fn; feature const_option
.
https://github.com/rust-lang/rust/issues/67441.
TODO(MSRV): Replace this with x.unwrap()
.