strict_assert_eq

Macro strict_assert_eq 

macro_rules! strict_assert_eq {
    ( $( $arg:tt )* ) => { ... };
}
Available on crate feature unstable-wgpu-26 only.
Expand description

This is equivalent to core::assert_eq if the strict_asserts feature is activated, otherwise equal to core::debug_assert_eq