assert_invariant

Macro assert_invariant 

Source
macro_rules! assert_invariant {
    ($cond:expr, $msg:expr) => { ... };
    ($cond:expr, $msg:expr, $ctx:expr) => { ... };
}