Macro myutil::info_omit

source ·
macro_rules! info_omit {
    ($ops: expr, $fmt: expr, $($arg:tt)*) => { ... };
    ($ops: expr, $msg: expr) => { ... };
    ($ops: expr) => { ... };
}
Expand description

drop the result afeter printing the message