Skip to main content

bind

Function bind 

Source
pub fn bind(
    expr: &QueryExpr,
    params: &[Value],
) -> Result<QueryExpr, UserParamError>
Expand description

One-shot helper: validate arity/gaps then substitute the values.