Macro myutil::info

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

print infomation only