PostgresEntity

Trait PostgresEntity 

Source
pub trait PostgresEntity: Entity<Postgres> + Sync { }

Implementors§

Source§

impl<T> PostgresEntity for T
where T: Entity<Postgres> + Sync,