Type Alias jsonpath_rust::path::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 */);