Expand description
Patch context and application
Structs§
Traits§
- Patch
Sink - 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.