pub type PathInstance<'a> = Box<dyn Path<'a, Data = Value> + 'a>;
The basic type for instances.
struct PathInstance<'a>(/* private fields */);