pub type ConcatBinary<Lhs, Rhs> = Concat<Lhs, Rhs>;
dsl::Concat
struct ConcatBinary<Lhs, Rhs>(/* private fields */);