Skip to main content

Module context

Module context 

Source
Expand description

Patch context and application

Structs§

PatchContext

Traits§

PatchSink
A destination that RDF Patch operations can be applied to.

Functions§

apply_patch
Validate an RDF Patch without applying it (convenience function).
apply_patch_to_sink
Apply RDF Patch operations to a concrete PatchSink.
apply_patch_with_context
Validate (and optionally dry-run) an RDF Patch without persisting it.