Skip to main content

IconPlugin

Trait 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§