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.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".