Macro claym::debug_assert_matches

source ·
macro_rules! debug_assert_matches {
    ($($arg:tt)*) => { ... };
}
Expand description

Asserts that expression matches any of the given variants.