Macro bindgen::extra_assert
source ยท macro_rules! extra_assert { ( $cond:expr ) => { ... }; ( $cond:expr , $( $arg:tt )+ ) => { ... }; }
Expand description
Simple macro that forwards to assert! when using testing_only_extra_assertions.