[][src]Module tokio_fs::file

Types for working with File.

Structs

CloneFuture

Future returned by File::try_clone.

CreateFuture

Future returned by File::create and resolves to a File instance.

File

A reference to an open file on the filesystem.

MetadataFuture

Future returned by File::metadata and resolves to a (File, Metadata) instance.

OpenFuture

Future returned by File::open and resolves to a File instance.

OpenOptions

Options and flags which can be used to configure how a file is opened.

SeekFuture

Future returned by File::seek.