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