macro_rules! try_to_pres {
    (
        $e:expr =>
            in $txt:expr,
            at $span:expr,
            with $($fmt:tt)*
    ) => { ... };
}
Expand description