Trait pgx::datum::PostgresType

source ·
pub trait PostgresType { }
Expand description

A tagging trait to indicate a user type is also meant to be used by Postgres Implemented automatically by #[derive(PostgresType)]

Implementors§