pub trait AnotherOne {
    fn func3();
    fn func1();
    fn another();
    fn why_not();
    fn func2();
    fn hello();
}
Expand description

Woohoo! A trait!

Required Methods

Some func 3.

Some func 1.

Some func 2.

Implementors