Skip to main content

sometimes_all

Macro sometimes_all 

Source
macro_rules! sometimes_all {
    ({ $($conditions:tt)* }, $message:literal, { $($details:tt)* }) => { ... };
    ({ $($conditions:tt)* }, $message:literal) => { ... };
}
Expand description

Asserts every named condition holds at least once, with per-name guidance.