pub trait PrivateMin<Rhs, CmpResult> {
type Output;
// Required method
fn private_min(self, rhs: Rhs) -> Self::Output;
}pub trait PrivateMin<Rhs, CmpResult> {
type Output;
// Required method
fn private_min(self, rhs: Rhs) -> Self::Output;
}