Type Alias Concat

Source
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 */);