[][src]Type Definition json_ld::ExpandedDocument

type ExpandedDocument<T> = HashSet<Indexed<Object<T>>>;

Result of the document expansion algorithm.

It is just an alias for a set of (indexed) objects.