Macro ensure_then_coerce

Source
macro_rules! ensure_then_coerce {
    ($compare:expr, $coerce:expr) => { ... };
}