Skip to main content

boxed_params_sync

Function boxed_params_sync 

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

Helper to convert boxed sync params into the reference slice that postgres query methods expect.