Module tokio_fs::file [] [src]

Types for working with File.

Structs

CreateFuture

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

File

A reference to an open file on the filesystem.

OpenFuture

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