Skip to main content

always

Macro always 

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

Asserts condition holds every time this line runs, and that the line runs at least once.