Skip to main content

try_log

Macro try_log 

Source
macro_rules! try_log {
    ($e:expr) => { ... };
}
Expand description

Propagate error with location logging. Use instead of ?.