jsonpath_rust::path

Type Alias PathInstance

Source
pub type PathInstance<'a> = Box<dyn Path<'a, Data = Value> + 'a>;
Expand description

The basic type for instances.

Aliased Typeยง

struct PathInstance<'a>(/* private fields */);