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

Provided Methods§

source

fn key(&self) -> Result<String>

source

fn pos(&self) -> Result<i32>

source

fn value(&self) -> Result<String>

Implementors§