array_cat

Type Alias array_cat 

Source
pub type array_cat<A, B> = array_cat<SqlTypeOf<A>, A, B>;
Available on crate feature postgres_backend only.
Expand description

Aliased Typeยง

pub struct array_cat<A, B> { /* private fields */ }