Expand description
Types for working with File
.
Structs
Future returned by File::try_clone
.
Future returned by File::create
and resolves to a File
instance.
A reference to an open file on the filesystem.
Future returned by File::metadata
and resolves to a (File, Metadata)
instance.
Future returned by File::open
and resolves to a File
instance.
Options and flags which can be used to configure how a file is opened.
Future returned by File::seek
.