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 */ }