pub trait AnotherOne { // Required methods fn func3(); fn func1(); fn another(); fn why_not(); fn func2(); fn hello(); }
Woohoo! A trait!
Some func 3.
Some func 1.
Some func 2.