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