Type Definition json_ld_syntax::MetaValue

source ·
pub type MetaValue<M> = Meta<Value<M>, M>;
Expand description

Value wrapped inside a locspan::Meta container.

This type alias is useful if the same metadata is used for the top level value and the sub value to avoid repetition of the M type.

Trait Implementations§

source§

impl<M> Compare for MetaValue<M>

source§

fn compare(&self, other: &Self) -> bool