pub struct ExpandedDocument<J: JsonHash, T: Id> { /* private fields */ }
Expand description

Result of the document expansion algorithm.

It is just an alias for a set of (indexed) objects.

Implementations

Trait Implementations

Converts this value into a K JSON value using the given meta function to convert J::MetaData into K::MetaData. Read more

Converts this value into a K JSON value. Read more

Compact a JSON-LD document into a K JSON value with the provided type scoped context, active property and options. Read more

Compact a JSON-LD document into a K JSON value with the provided options. Read more

Compact a JSON-LD document into a K JSON value with the default options.

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. Read more

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.