Type Alias json_ld::object::node::GraphEntry

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

Aliased Type§

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

Fields§

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