Type Alias fs_node::WeakDirRef

source ·
pub type WeakDirRef = Weak<Mutex<dyn Directory + Send>>;
Expand description

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

Aliased Type§

struct WeakDirRef { /* private fields */ }