Type Alias ConcatBinary

Source
pub type ConcatBinary<Lhs, Rhs> = Concat<Lhs, Rhs>;
๐Ÿ‘ŽDeprecated: Use dsl::Concat instead

Aliased Typeยง

struct ConcatBinary<Lhs, Rhs>(/* private fields */);