globwalk

Type Alias DirEntry

Source
pub type DirEntry = DirEntry;
Expand description

A directory entry.

This is the type of value that is yielded from the iterators defined in this crate.

Aliased Typeยง

struct DirEntry { /* private fields */ }