Skip to main content

bind_parameters

Function bind_parameters 

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

One-shot helper matching the parameter-contract ADR wording.