macro_rules! const_borrowed_verifier { ($value: expr) => { ... }; }
Constructs Verifier from value, panicking if it is invalid.
Verifier
value