diesel::helper_types

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ยง

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