Skip to main content

validate

Function validate 

Source
pub fn validate(
    indices: &[usize],
    param_count: usize,
) -> Result<(), UserParamError>
Expand description

Validate that the indices used by the SQL match the caller’s supplied params (contiguous from 0, length match).