Function dmntk_common::write_indented

source ·
pub fn write_indented(
    f: &mut dyn Write,
    node: &AsciiNode,
    color_mode: &ColorMode,
    indent: usize
) -> Result
Expand description

Writes the tree to provided writer starting from specified node with indentation.