pub trait GuiMenuExt<T: HasIDispatch = Self>: HasIDispatch<T> { // Provided method fn select(&self) -> Result<()> { ... } }