pub fn concat<A: Expression<Output = String>, B: Expression<Output = String>>( a: A, b: B, ) -> ConcatExpr<A, B>