pub fn find_nodes_by_name_recursively(
    doc_nodes: Vec<DocNode>,
    name: String
) -> Vec<DocNode>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,