iced::widget::combo_box

Trait Catalog

source
pub trait Catalog: Catalog + Catalog {
    // Provided methods
    fn default_input<'a>() -> Self::Class<'a> { ... }
    fn default_menu<'a>() -> Self::Class<'a> { ... }
}
Expand description

The theme catalog of a ComboBox.

Provided Methods§

source

fn default_input<'a>() -> Self::Class<'a>

The default class for the text input of the ComboBox.

source

fn default_menu<'a>() -> Self::Class<'a>

The default class for the menu of the ComboBox.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§