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
andAsyncWrite
, which is compatible withtokio::fs::File
.
Constants§
- The default length of the buffer used in
TokioCompatFile
.