// generated by codegen, do not edit // A Trait. For example: trait Frobinizable { type Frobinator; type Result: Copy; fn frobinize_with(&mut self, frobinator: &Self::Frobinator) -> Result; } pub trait Foo where T::Frobinator: Eq {}