pub trait IconSourceExt {
// Required method
fn as_cosmic_icon(&self) -> Handle;
}Available on crate feature
desktop only.Required Methods§
fn as_cosmic_icon(&self) -> Handle
Implementations on Foreign Types§
Source§impl IconSourceExt for IconSource
Available on non-Windows only.
impl IconSourceExt for IconSource
Available on non-Windows only.