macro_rules! log_result {
    ( $x:expr ) => { ... };
}
Expand description

Consumes and logs the error variant.

The Ok variant is discarded.