Type Definition diesel::dsl::Concat

source · []
pub type Concat<Lhs, Rhs> = Grouped<Concat<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description

The return type of lhs.concat(rhs)