pub type FlattenedDocument<T, B> = Vec<IndexedNode<T, B>>;Expand description
Result of the document flattening algorithm.
It is just an alias for a set of (indexed) nodes.
Aliased Type§
pub struct FlattenedDocument<T, B> { /* private fields */ }pub type FlattenedDocument<T, B> = Vec<IndexedNode<T, B>>;Result of the document flattening algorithm.
It is just an alias for a set of (indexed) nodes.
pub struct FlattenedDocument<T, B> { /* private fields */ }