Type Alias freqfs::DirWriteGuard

source ·
pub type DirWriteGuard<'a, FE> = RwLockWriteGuard<'a, Dir<FE>>;
Expand description

A write lock on a directory.

Aliased Type§

struct DirWriteGuard<'a, FE> { /* private fields */ }

Trait Implementations§

source§

impl<'a, FE> DirDeref for DirWriteGuard<'a, FE>

§

type Entry = FE

The type of Dir referenced
source§

fn as_dir(&self) -> &Dir<FE>

Borrow this instance as a Self::Entry