Type Definition json_ld::StrippedIndexedNode

source ·
pub type StrippedIndexedNode<T, B, M> = Stripped<Meta<Indexed<Node<T, B, M>, M>, M>>;
Expand description

Indexed node, without regard for its metadata.