pub fn make_subtree(
db: &DB,
root: Node,
species: bool,
) -> Result<Tree, Box<dyn Error>>Expand description
Make the sub-tree with the given root as root.
If species is true, then doesn’t include in the resulting tree
the nodes that are below nodes ranked as species (such as subspecies).