Trait tuple::OpJoin

source ·
pub trait OpJoin<RHS> {
    type Output;

    fn join(self, rhs: RHS) -> Self::Output;
}
Expand description

Allows to join/concatenate two tuples

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§