Trait test_docs::TraitWithoutGenerics
source · pub trait TraitWithoutGenerics {
type T = u32;
const C: u8 = 0u8;
// Required method
fn foo();
}Provided Associated Constants§
Provided Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.