Expand description

Module contains types for manipulating files.

Structs

A reference to the remote file.
Options and flags which can be used to configure how a file is opened.
File that implements AsyncRead, AsyncBufRead, AsyncSeek and AsyncWrite, which is compatible with tokio::fs::File.

Constants

The default length of the buffer used in TokioCompatFile.