Skip to main content

debug_assert_valid

Macro debug_assert_valid 

Source
macro_rules! debug_assert_valid {
    ($graph:expr, $stage:expr) => { ... };
}
Expand description

Panic when verification fails. Debug builds only — in release this macro expands to nothing and is not compiled.