Module fs_err::tokio

source ·
Available on crate feature tokio only.
Expand description

Tokio-specific wrappers that use fs_err error messages.

Structs

  • A builder for creating directories in various manners.
  • Entries returned by the ReadDir stream.
  • Wrapper around tokio::fs::File which adds more helpful information to all errors.
  • Options and flags which can be used to configure how a file is opened.
  • Reads the entries in a directory.

Functions