Data FileSystem

fs/filesystem::FileSystem


This data type do not implement any trait


Abstract handle to a filesystem implementation.

FileSystem carries a filesystem engine (local, remote, container, etc.) and is consumed by filesystem treatments such as readFile, writeFile, scanDir, and createDir. Obtain a FileSystem value via companion functions such as |local_filesystem.