Type Alias globwalk::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 */ }