Skip to main content

errorln

Macro errorln 

Source
macro_rules! errorln {
    () => { ... };
    ($($args:expr),+) => { ... };
}