print_indented

Macro print_indented 

Source
macro_rules! print_indented {
    ($writer:ident, $s:expr, $indent_lvl:expr) => { ... };
}