Skip to main content

boxed_params

Function boxed_params 

Source
pub fn boxed_params(
    params: &[Box<dyn ToSql + Sync + Send>],
) -> Vec<&(dyn ToSql + Sync)>
Expand description

Helper to convert boxed async params into the reference slice that tokio-postgres query methods expect.