Type Alias freqfs::DirReadGuardOwned

source ·
pub type DirReadGuardOwned<FE> = OwnedRwLockReadGuard<Dir<FE>>;
Expand description

An owned read lock on a directory.

Aliased Type§

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

Trait Implementations§

source§

impl<FE> DirDeref for DirReadGuardOwned<FE>

§

type Entry = FE

The type of Dir referenced
source§

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

Borrow this instance as a Self::Entry