Trait broot::icon::IconPlugin

source ·
pub trait IconPlugin {
    // Required method
    fn get_icon(
&self,
tree_line_type: &TreeLineType,
name: &str,
double_ext: Option<&str>,
ext: Option<&str>
) -> char; }

Required Methods§

source

fn get_icon(
&self,
tree_line_type: &TreeLineType,
name: &str,
double_ext: Option<&str>,
ext: Option<&str>
) -> char

Implementors§