pub type Concat<Lhs, Rhs> = Grouped<Concat<Lhs, AsExpr<Rhs, Lhs>>>;
The return type of lhs.concat(rhs)
lhs.concat(rhs)