[][src]Trait amadeus_core::file::Directory

pub trait Directory: File {
    fn partitions_filter<F>(
        self,
        f: F
    ) -> Result<Vec<Self::Partition>, Self::Error>
    where
        F: FnMut(&PathBuf) -> bool
; }

Required methods

fn partitions_filter<F>(self, f: F) -> Result<Vec<Self::Partition>, Self::Error> where
    F: FnMut(&PathBuf) -> bool

Loading content...

Implementations on Foreign Types

impl Directory for PathBuf[src]

impl<'_> Directory for &'_ Path[src]

Loading content...

Implementors

Loading content...