Type Definition json_ld::ExpandedDocument[][src]

pub type ExpandedDocument<J, T> = HashSet<Indexed<Object<J, T>>>;
Expand description

Result of the document expansion algorithm.

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