handle_discard

Macro handle_discard 

Source
macro_rules! handle_discard {
    ($result:expr, $variant:ident$(,)? $($arg:ident$(: $value:expr)?),*) => { ... };
}
Expand description

handle_discard should only be used when you want to discard the source error. This is discouraged. Prefer other handle-family macros that preserve the source error.