pub type UnorderedFlattenedDocument<T, B> = HashSet<Indexed<Node<T, B>>>;
pub struct UnorderedFlattenedDocument<T, B> { /* private fields */ }