Struct json_ld::context::ProcessingStack [−][src]
pub struct ProcessingStack { /* fields omitted */ }
Expand description
Context processing stack.
Contains the list of the loaded contexts to detect loops.
Implementations
Creates a new empty processing stack.
Checks if the given URL is already in the stack.
This is used for loop detection.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProcessingStack
impl Send for ProcessingStack
impl Sync for ProcessingStack
impl Unpin for ProcessingStack
impl UnwindSafe for ProcessingStack
Blanket Implementations
Mutably borrows from an owned value. Read more