pub fn calc_once_with_paths<'j, 'p, S: SelectValue>(
q: Query<'j>,
json: &'p S,
) -> Vec<CalculationResult<'p, S, PTracker>>Expand description
A version of calc_once that returns also paths.
pub fn calc_once_with_paths<'j, 'p, S: SelectValue>(
q: Query<'j>,
json: &'p S,
) -> Vec<CalculationResult<'p, S, PTracker>>A version of calc_once that returns also paths.