pub fn register_global_filesystem<FS: FileSystem + 'static>(fs: FS)
Available on crate feature fs only.
Expand description

Register provided FileSystem as global filesystem implementation.

§Panic

Multiple calls to this function are not permitted!!!