Type Definition json_ld::ExpandedDocument [−][src]
pub type ExpandedDocument<T> = HashSet<Indexed<Object<T>>>;
Expand description
Result of the document expansion algorithm.
It is just an alias for a set of (indexed) objects.