Type Alias jaq_syn::path::Path

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

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

Aliased Type§

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