test_
docs
0.1.0
Trait
Without
Generics
Provided Associated Constants
C
Provided Associated Types
T
Required Methods
foo
Object Safety
Implementors
In crate test_
docs
test_docs
Trait
TraitWithoutGenerics
Copy item path
source
pub trait TraitWithoutGenerics { type
T
=
u32
; const
C
:
u8
= 0u8; // Required method fn
foo
(); }
Provided Associated Constants
§
source
const
C
:
u8
= 0u8
Provided Associated Types
§
source
type
T
=
u32
Required Methods
§
source
fn
foo
()
Object Safety
§
This trait is
not
object safe
.
Implementors
§