fn all_matching_links( root_node: &Node, link_text: String, partial: bool, ) -> Result<Vec<String>, ErrorStatus>