Type Alias freqfs::FileWriteGuardOwned

source ·
pub type FileWriteGuardOwned<FE, F> = OwnedRwLockMappedWriteGuard<Option<FE>, F>;
Expand description

An owned write guard on a file

Aliased Type§

struct FileWriteGuardOwned<FE, F> { /* private fields */ }

Trait Implementations§

source§

impl<FE, F> FileDeref for FileWriteGuardOwned<FE, F>

§

type File = F

The type of file referenced
source§

fn as_file(&self) -> &F

Borrow this instance as a Self::File