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.