pub trait Icon {
// Required method
fn icon(&self) -> &'static str;
}Expand description
Associate something to a nerdfont icon.
Those methods require nerdfont to be installed.
Required Methods§
Implementations on Foreign Types§
Source§impl Icon for str
impl Icon for str
Source§fn icon(&self) -> &'static str
fn icon(&self) -> &'static str
Associate an extension to a nerdfont icon. Adapted from ranger_devicons