Type Definition diesel::helper_types::Concat

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

The return type of lhs.concat(rhs)