Macro stderr::errorln [] [src]

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