QueryPath

Type Alias QueryPath 

Source
pub type QueryPath = SmallVec<[usize; 4]>;
Expand description

This points to a particular subquery inside a query

Aliased Typeยง

pub struct QueryPath { /* private fields */ }