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