Function add_child

Source
pub fn add_child(
    tree: &mut Tree,
    parent: NodeId,
    child: Node,
) -> (NodeId, EdgeId)