Trait nemo_extension::info_provider::InfoProvider[][src]

pub trait InfoProvider: Send + Sync {
    fn should_update_file_info(&self, _: &FileInfo) -> bool;
fn update_file_info(&self, _: &mut FileInfo); }

Required methods

Loading content...

Implementors

Loading content...