Skip to main content

ConcatArray

Type Alias ConcatArray 

Source
pub type ConcatArray<Lhs, Rhs> = Concat<Lhs, Rhs>;
๐Ÿ‘ŽDeprecated:

Use dsl::Concat instead

Available on crate feature postgres_backend only.

Aliased Typeยง

pub struct ConcatArray<Lhs, Rhs>(/* private fields */);