pub trait GuiComboBoxEntryExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn key(&self) -> Result<String> { ... }
fn pos(&self) -> Result<i32> { ... }
fn value(&self) -> Result<String> { ... }
}
pub trait GuiComboBoxEntryExt<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn key(&self) -> Result<String> { ... }
fn pos(&self) -> Result<i32> { ... }
fn value(&self) -> Result<String> { ... }
}