Type Definition jsonpath_rust::path::PathInstance
source · pub type PathInstance<'a> = Box<dyn Path<'a, Data = Value> + 'a>;Expand description
The basic type for instances.
pub type PathInstance<'a> = Box<dyn Path<'a, Data = Value> + 'a>;The basic type for instances.