pub fn boxed_params( params: &[Box<dyn ToSql + Sync + Send>], ) -> Vec<&(dyn ToSql + Sync)>
Helper to convert boxed async params into the reference slice that tokio-postgres query methods expect.