macro_rules! ensure { ($cond:expr, $($tt:tt)+) => { ... }; }
Return an Err from a formatted string if the condition is not met.