pub trait PostgresIdType: IdType + FromSqlOwned + ToSql { }

Object Safety§

This trait is not object safe.

Implementors§