pub trait IconNames {
// Required method
fn names(self) -> impl Iterator<Item = Txt>;
}Expand description
Adapter for ICONS queries.
Can be "name" or ["name", "fallback-name1"] names.
Required Methods§
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.