param_builder 0.1.5

A param list builder for tokio postgres
Documentation
1
2
3
use postgres_types::ToSql;

pub type Param = Box<dyn ToSql + Sync + Send>;