type B;
type C;
where Wrapper<A, B, C>: TraitB;
}
trait TraitA where Wrapper<Self::A, Self::B, Self::C>: TraitB, { type A; type B; type C; }
Обсуждают сегодня