Trait sqlx::postgres::PgHasArrayType[][src]

pub trait PgHasArrayType {
    fn array_type_info() -> PgTypeInfo;

    fn array_compatible(ty: &PgTypeInfo) -> bool { ... }
}
This is supported on crate feature postgres only.

Required methods

Provided methods

Implementations on Foreign Types

Implementors