Trait mnt::VecMountEntry [] [src]

pub trait VecMountEntry {
    fn remove_overlaps<T>(self, exclude_files: &Vec<T>) -> Self where T: AsRef<Path>;
}

Required Methods

fn remove_overlaps<T>(self, exclude_files: &Vec<T>) -> Self where T: AsRef<Path>

Implementors