pub trait IconNamed {
// Required method
fn path(self) -> SharedString;
}Expand description
Required Methods§
Sourcefn path(self) -> SharedString
fn path(self) -> SharedString
Returns the embedded path of the icon.
pub trait IconNamed {
// Required method
fn path(self) -> SharedString;
}Returns the embedded path of the icon.