Trait broot::icon::IconPlugin[][src]

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

Required methods

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

Loading content...

Implementors

Loading content...