Enum dua::TraversalSorting [−][src]
pub enum TraversalSorting {
None,
AlphabeticalByFileName,
}Expand description
Identify the kind of sorting to apply during filesystem iteration
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TraversalSortingimpl Send for TraversalSortingimpl Sync for TraversalSortingimpl Unpin for TraversalSortingimpl UnwindSafe for TraversalSortingBlanket Implementations
Mutably borrows from an owned value. Read more