Skip to main content

cardinality

Type Alias cardinality 

Source
pub type cardinality<a> = cardinality<<a as Expression>::SqlType, a>;
Available on crate feature postgres_backend only.
Expand description

Return type of the cardinality() SQL function.

Aliased Typeยง

pub struct cardinality<a> { /* private fields */ }