wgpu_types

Macro strict_assert_ne

source
macro_rules! strict_assert_ne {
    ( $( $arg:tt )* ) => { ... };
}
Available on crate feature strict_asserts only.
Expand description

This is equivalent to core::assert_ne if the strict_asserts feature is activated, otherwise equal to core::debug_assert_ne.