Macro vipers::prog_require[][src]

macro_rules! prog_require {
    ($invariant : expr, $err : expr $(,) ?) => { ... };
}
Expand description

Require or return a [ProgramError], logging the string representation to the program log.