pub const fn assert_ref_unwind_safe<T: RefUnwindSafe>()Expand description
Asserts at compile time that T implements RefUnwindSafe.
The generic bound supplies the assertion, and the function performs no runtime work.
pub const fn assert_ref_unwind_safe<T: RefUnwindSafe>()Asserts at compile time that T implements RefUnwindSafe.
The generic bound supplies the assertion, and the function performs no runtime work.