Trait mnt::VecMountEntry [] [src]

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

Required Methods

Implementations on Foreign Types

impl VecMountEntry for Vec<MountEntry>
[src]

[src]

Implementors