Struct json_ld::context::Processed [−][src]
pub struct Processed<L, C> { /* fields omitted */ }
Expand description
Processed context attached to its original unprocessed local context.
This is usefull for instance to attach a processed context to its original JSON form, which is then used by the compaction algorithm to put the context in the compacted document.
Implementations
Wraps a processed context along with its original local representation.
Consumes the wrapper and returns the processed context.
Trait Implementations
Auto Trait Implementations
impl<L, C> RefUnwindSafe for Processed<L, C> where
C: RefUnwindSafe,
L: RefUnwindSafe,
impl<L, C> UnwindSafe for Processed<L, C> where
C: UnwindSafe,
L: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more