Function ptree::output::write_tree_with[][src]

pub fn write_tree_with<T: TreeItem, W: Write>(
    item: &T,
    f: W,
    config: &PrintConfig
) -> Result<()>
Expand description

Write the tree item to writer f using custom formatting