Skip to main content

assert_ql

Macro assert_ql 

Source
macro_rules! assert_ql {
    ($cond:expr, $($arg:tt)*) => { ... };
}
Expand description

Returns Err with a QlError if an invariant does not hold.

Mirrors QL_ASSERT. Named assert_ql! to avoid clashing with the std assert! macro.