Type Alias FlattenedDocument

Source
pub type FlattenedDocument<T, B> = Vec<Indexed<Node<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 */ }