pub trait Cmp<Lhs: ?Sized, Rhs: ?Sized> { // Required method fn test(&self, lhs: &Lhs, rhs: &Rhs) -> bool; }