pub trait Bravo<B>where B: MyTrait,{ // Required method fn get(&self, B: B); }