Type Alias fs_node::DirRef

source ·
pub type DirRef = Arc<Mutex<dyn Directory + Send>>;
Expand description

A reference to any type that implements the Directory trait, which can only represent a Directory (not a File).

Aliased Type§

struct DirRef { /* private fields */ }

Trait Implementations§

1.0.0 · source§

impl<T, A> Deref for Arc<T, A>where A: Allocator, T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.