pub trait MakeMax: PartialOrd + Sized { // Provided method fn make_max(&mut self, other: Self) -> bool { ... } }