diesel::helper_types

Type Alias array_length

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

Aliased Typeยง

struct array_length<A, D> { /* private fields */ }