Macro mpc::traceln [] [src]

macro_rules! traceln {
    ($arg:expr) => { ... };
    ($($arg:expr)+) => { ... };
}