[][src]Module dia_files::path_filter

Path filter

This module provides Filter trait and some common filters.

Structs

All

A filter that combines all filters you provide, using logical conjunction

AllPaths

A filter that accepts all paths

Any

A filter that combines all filters you provide, using logical disjunction

IgnoredDirNames

A filter that ignores directories by names you provide

IgnoredFileExts

A filter that ignores files by extensions you provide

NonSymlinkFiles

A filter that rejects symbolic link files

SomeFileExts

A filter that only accepts files by extensions you provide

SymlinkFiles

A filter that only accepts symbolic link files

Traits

Filter

Filter