Trait ergo_fs::PathTypeExt [] [src]

pub trait PathTypeExt {
    fn from_entry(entry: DirEntry) -> Result<PathType> { ... }
}

Extended methods for PathType

Provided Methods

Create a PathType from a walkdir::DirEntry using fewer syscalls.

See PathDir::walk

Implementors