param_builder/
param.rs

1use postgres_types::ToSql;
2
3pub type Param = Box<dyn ToSql + Sync + Send>;