Type Alias json_ld::object::node::TypeEntryValue
source · pub type TypeEntryValue<T, B, M> = Meta<Vec<Meta<Id<T, B>, M>>, M>;
Aliased Type§
struct TypeEntryValue<T, B, M>(pub Vec<Meta<Id<T, B>, M>>, pub M);
Fields§
§0: Vec<Meta<Id<T, B>, M>>
§1: M