Type Alias freqfs::DirWriteGuardOwned

source ·
pub type DirWriteGuardOwned<FE> = OwnedRwLockWriteGuard<Dir<FE>>;
Expand description

An owned write lock on a directory.

Aliased Type§

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

Trait Implementations§

source§

impl<FE> DirDeref for DirWriteGuardOwned<FE>

§

type Entry = FE

The type of Dir referenced
source§

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

Borrow this instance as a Self::Entry