Searched defs:Proj (Results 1 – 9 of 9) sorted by relevance
13 type Proj; typedef17 type Proj = Unit; typedef21 type Proj; typedef22 fn the_fn(_: Self::Proj); in the_fn()30 type Proj = Unit; typedef31 fn the_fn(_: Self::Proj) {} in the_fn()
8 trait Proj { interface12 impl Proj for () { impl
17 pub type Proj = (); typedef23 pub type Proj = String; typedef
9 type Proj = (); typedef13 type Proj = Self; typedef
15 type Proj = String; typedef
40 pub type Proj = (); typedef44 pub type Proj = String; typedef
5 trait Equate { type Proj; } typedef6 impl<T> Equate for T { type Proj = T; } typedef
39 pub type Proj = (); typedef43 pub type Proj = String; typedef
507 Proj, enumerator