wgpu_types

Macro strict_assert

Source
macro_rules! strict_assert {
    ( $( $arg:tt )* ) => { ... };
}
Expand description

This is equivalent to core::assert if the strict_asserts feature is activated, otherwise equal to core::debug_assert