☰
TraitWithoutGenerics
Provided Associated Types
T
Provided Associated Constants
C
Required Methods
foo
Implementors
In test_docs
?
Trait
test_docs
::
TraitWithoutGenerics
source
·
[
−
]
pub trait TraitWithoutGenerics { type
T
=
u32
; const
C
:
u8
= 0u8; // Required method fn
foo
(); }
Provided Associated Types
§
source
type
T
=
u32
Provided Associated Constants
§
source
const
C
:
u8
= 0u8
Required Methods
§
source
fn
foo
()
Implementors
§