printwriteln

Macro printwriteln 

Source
macro_rules! printwriteln {
    ($writer:expr, $fmt:literal) => { ... };
    ($writer:expr, $fmt:literal, $($args:expr),+) => { ... };
}