use ;
/// Provide a SQL mapping for the item struct.
///
/// See [`tokio_postgres::types::ToSql`] for more detail.
/// Auto-implementation for all values that impl ToSql + Sync.
/// Provide the SQL types required.
///
/// See [`tokio_postgres::types::ToSql`] for more detail.