pub fn tree(layout: &Layout, root_id: &str, format: &str) -> Result<String>Expand description
Children and blockers below root_id, as indented text or Graphviz DOT.
ยงErrors
Returns an error if the corpus cannot be read, root_id is not in it, or
format is not ascii, text, or dot.