pub trait CellRendererToggleImpl: CellRendererToggleImplExt + CellRendererImpl { fn toggled(&self, path: &str) { ... } }