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

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

Required Methods

Provided Methods

Implementations on Foreign Types

Implementors