☰
Trait
Required Associated Types
Item
Required Methods
f
f2
Implementors
In test_dingus
?
Trait
test_dingus
::
Trait
source
·
[
−
]
pub trait Trait<Foo> { type
Item
; // Required methods fn
f
() -> Foo;
fn
f2
() -> Self::
Item
; }
Required Associated Types
§
source
type
Item
Required Methods
§
source
fn
f
() -> Foo
source
fn
f2
() -> Self::
Item
Implementors
§
source
§
impl
Trait
<
Foo
> for
Bar
§
type
Item
=
Item