pub trait Activate<Rhs = Self> { type Output; // Required method fn activate(&self, rhs: Rhs) -> Self::Output; }