Macro epitaph::attempt [] [src]

macro_rules! attempt {
    (
        $expr:expr
    ) => { ... };
    (
        $expr:expr => $desc:expr
    ) => { ... };
    (
        $expr:expr => $desc:expr, $($arg:tt)*
    ) => { ... };
}