Trait test_docs::AnotherOne
source · pub trait AnotherOne {
// Required methods
fn func3();
fn func1();
fn another();
fn why_not();
fn func2();
fn hello();
}Expand description
Woohoo! A trait!
Required Methods§
Object Safety§
This trait is not object safe.