pub type JsonPointer = Vec<PointerNode>;
Expand description
Represents a json pointer path. It can be created by pointer
macro.
Aliased Typeยง
struct JsonPointer { /* private fields */ }
pub type JsonPointer = Vec<PointerNode>;
Represents a json pointer path. It can be created by pointer
macro.
struct JsonPointer { /* private fields */ }