Type Alias fs_node::WeakFileRef

source ·
pub type WeakFileRef = Weak<Mutex<dyn File + Send>>;
Expand description

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

Aliased Type§

struct WeakFileRef { /* private fields */ }