pub type cardinality<a> = cardinality<<a as Expression>::SqlType, a>;Available on crate features
__sqlite-shared and postgres_backend only.Expand description
Return type of the cardinality() SQL function.
Aliased Typeยง
pub struct cardinality<a> { /* private fields */ }