pub type Concat<Lhs, Rhs> = Grouped<Concat<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description
The return type of
lhs.concat(rhs)
Aliased Typeยง
struct Concat<Lhs, Rhs>(/* private fields */);
pub type Concat<Lhs, Rhs> = Grouped<Concat<Lhs, AsExpr<Rhs, Lhs>>>;
The return type of
lhs.concat(rhs)
struct Concat<Lhs, Rhs>(/* private fields */);