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