Macro stderr::dbstln [] [src]

macro_rules! dbstln {
    () => { ... };
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}