Type Alias json_ld_syntax::context::definition::TypeEntry
source · pub type TypeEntry<M> = Entry<Type<M>, M>;
Aliased Type§
struct TypeEntry<M> {
pub key_metadata: M,
pub value: Meta<Type<M>, M>,
}
Fields§
§key_metadata: M
§value: Meta<Type<M>, M>