diesel::helper_types

Type Alias cardinality

source
pub type cardinality<A> = cardinality<SqlTypeOf<A>, A>;
Available on crate feature postgres_backend only.
Expand description

Return type of cardinality(array)

Aliased Typeยง

struct cardinality<A> { /* private fields */ }