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