Path

Type Alias Path 

Source
pub type Path<T> = Vec<(Part<Spanned<T>>, Opt)>;
Expand description

A path such as .[].a?[1:].

Aliased Typeยง

pub struct Path<T> { /* private fields */ }