Module walk

Source
Expand description

Modules§

delegate
Ready-made delegate implementations.

Structs§

Context
All information that is required to perform a dirwalk, and classify paths properly.
Options
Options for use in walk() function.
Outcome
Additional information collected as outcome of walk().

Enums§

Action
A type returned by the Delegate::emit() as passed to walk().
CollapsedEntriesEmissionMode
The way entries that are contained in collapsed directories are emitted using the Delegate.
EmissionMode
The way entries are emitted using the Delegate.
Error
The error returned by walk().
ForDeletionMode
When the walk is for deletion, assure that we don’t collapse directories that have precious files in them, and otherwise assure that no entries are observable that shouldn’t be deleted.

Traits§

Delegate
A way for the caller to control the traversal based on provided data.