Type Alias json_ld::object::node::IncludedEntry

source ·
pub type IncludedEntry<T, B, M> = Entry<HashSet<Stripped<Meta<Indexed<Node<T, B, M>, M>, M>>>, M>;

Aliased Type§

struct IncludedEntry<T, B, M> {
    pub key_metadata: M,
    pub value: Meta<HashSet<Stripped<Meta<Indexed<Node<T, B, M>, M>, M>>>, M>,
}

Fields§

§key_metadata: M§value: Meta<HashSet<Stripped<Meta<Indexed<Node<T, B, M>, M>, M>>>, M>