Module file

Source
Expand description

Module contains types for manipulating files.

Structs§

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

Constants§

DEFAULT_BUFLEN
The default length of the buffer used in TokioCompatFile.