Type Definition json_ld_core::FlattenedDocument
source · pub type FlattenedDocument<T, B, M> = Vec<IndexedNode<T, B, M>>;Expand description
Result of the document flattening algorithm.
It is just an alias for a set of (indexed) nodes.