Type Alias Inner

Source
pub type Inner<FE> = DirLock<FE>;
Expand description

The underlying filesystem directory type backing a Dir

Aliased Typeยง

struct Inner<FE> { /* private fields */ }