macro_rules! true_or_fault {
    ($self:ident, $expr:expr, $msg:expr) => { ... };
}