ensure

Macro ensure 

Source
macro_rules! ensure {
    ($cond:expr, $($tt:tt)+) => { ... };
}
Expand description

Return an Err from a formatted string if the condition is not met.