Type Alias Joined

Source
pub type Joined<T, U> = <T as Concat<U>>::Output;
Expand description

Helper type for variance concatenation.