Module prelude

Source
Expand description

Prelude for commonly used types and traits.

Re-exports§

pub use crate::SharedFile;
pub use crate::SharedTemporaryFile;async-tempfile

Enums§

CompleteWritingError
ReadError
WriteError

Traits§

AsyncNewFile
Trait for types that can be newly constructed asynchronously.
FilePath
Trait for types that can synchronously determine the file path.
NewFile
Trait for types that can be newly constructed asynchronously.
SharedFileType
Trait for types used as a file storage backend.