pub trait ToggleButtonImpl: ToggleButtonImplExt + ButtonImpl { fn toggled(&self, toggle_button: &Self::Type) { ... } }