Macro bindgen::extra_assert[][src]

macro_rules! extra_assert {
    ( $cond:expr ) => { ... };
    ( $cond:expr , $( $arg:tt )+ ) => { ... };
}

Simple macro that forwards to assert! when using testing_only_extra_assertions.