Module virtual_fs::arc_fs
source · Expand description
Wraps a clonable Arc of a file system - in practice this is useful so you
can pass clonable file systems with a Box<dyn FileSystem>
to other
interfaces
Wraps a clonable Arc of a file system - in practice this is useful so you
can pass clonable file systems with a Box<dyn FileSystem>
to other
interfaces