pub type ConcatBinary<Lhs, Rhs> = Concat<Lhs, Rhs>;๐Deprecated: Use
dsl::Concat insteadAvailable on crate features
postgres_backend and sqlite only.Aliased Typeยง
pub struct ConcatBinary<Lhs, Rhs>(/* private fields */);