Searched defs:defining (Results 1 – 6 of 6) sorted by relevance
3 type Opaque<'a, T> = impl Sized;
26 type Ty<A> = impl Sized;34 type Opaque<T: 'static> = impl Sized;
4 type Opaque<T> = impl Sized;
4 type Ty<A> = impl Sized + 'static;
5 type Ty<'a, A> = impl Sized + 'a;
605 trait defining them", in point_at_associated_type() trait