Module nebari::io::any

source · []
Expand description

A wrapper type for any file type.

Enums

A file that can be either a StdFile or MemoryFile.

A handle to an open file that could be either an OpenStdFile or an OpenMemoryFile.

A file manager that can either be a StdFileManager or a MemoryFileManager.