Skip to main content

VfsPathExt

Trait VfsPathExt 

Source
pub trait VfsPathExt {
    // Required method
    fn try_select<P>(
        &self,
        predicate: P,
    ) -> VfsResult<TryFilterOk<WalkDirIterator, P>>
       where P: Fn(&VfsPath) -> VfsResult<bool>;
}

Required Methods§

Source

fn try_select<P>( &self, predicate: P, ) -> VfsResult<TryFilterOk<WalkDirIterator, P>>
where P: Fn(&VfsPath) -> VfsResult<bool>,

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl VfsPathExt for VfsPath

Source§

fn try_select<P>( &self, predicate: P, ) -> VfsResult<TryFilterOk<WalkDirIterator, P>>
where P: Fn(&VfsPath) -> VfsResult<bool>,

Implementors§