I have the following structure:
trait DoesIt: Sized { fn do_it(self) -> usize { // Only adding default impl for this example, // normal