Skip to main content

build_expr_selectors

Function build_expr_selectors 

Source
pub async fn build_expr_selectors<ResolveEnd, Fut>(
    spec: ExprSelectorSpec<'_>,
    resolve_end: ResolveEnd,
) -> Result<Vec<SliceSelector>, RuntimeError>
where ResolveEnd: FnMut(usize, &EndExpr) -> Fut, Fut: Future<Output = Result<i64, RuntimeError>>,