jsonschema::paths

Type Alias JsonPointerNode

source
pub type JsonPointerNode<'a, 'b> = LazyLocation<'a, 'b>;
๐Ÿ‘ŽDeprecated since 0.23.0: Use jsonschema::paths::LazyLocation instead. This alias will be removed in a future release.

Aliased Typeยง

struct JsonPointerNode<'a, 'b> { /* private fields */ }