Crate ploidy_pointer

Crate ploidy_pointer 

Source

Structs§

BadJsonPointerKey
An error that occurs when a pointed-to value doesn’t have a key that the pointer references, with an optional suggestion for the correct key.
BadJsonPointerKeyContext
BadJsonPointerTy
An error that occurs when a pointer can’t be resolved against a value of the given type.
IntoJsonPointerSegments
A consuming iterator over the segments of a JsonPointer.
JsonPointer
A parsed JSON Pointer.
JsonPointerSegment
A single segment of a JsonPointer.
JsonPointerSegments
A borrowing iterator over the segments of a JsonPointer.

Enums§

BadJsonPointer
An error that occurs during traversal.
BadJsonPointerSyntax
An error that occurs during parsing.
JsonPointeeStructTy
The name of a pointed-to struct type or enum variant, for reporting traversal errors.
JsonPointeeTy
The name of a pointed-to type, for reporting traversal errors.

Traits§

JsonPointee
A value that a JsonPointer points to.

Derive Macros§

JsonPointee
Derives the JsonPointee trait for JSON Pointer (RFC 6901) traversal.