Macro ambient_std::log_result
source · macro_rules! log_result { ( $x:expr ) => { ... }; }
Expand description
Consumes and logs the error variant.
The Ok variant is discarded.
macro_rules! log_result { ( $x:expr ) => { ... }; }
Consumes and logs the error variant.
The Ok variant is discarded.