Expand description
Module contains types for manipulating files.
Structs§
- File
- A reference to the remote file.
- Open
Options - Options and flags which can be used to configure how a file is opened.
- Tokio
Compat File - File that implements
AsyncRead
,AsyncBufRead
,AsyncSeek
andAsyncWrite
, which is compatible withtokio::fs::File
.
Constants§
- DEFAULT_
BUFLEN - The default length of the buffer used in
TokioCompatFile
.