[][src]Trait nautilus_extension::info_provider::InfoProvider

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

Required methods

fn should_update_file_info(&self, _: &FileInfo) -> bool

fn update_file_info(&self, _: &mut FileInfo)

Loading content...

Implementors

Loading content...