Expand description
Crate providing an asynchronous version of the tempfile::SpooledTempFile
structure exposed by the tempfile crate.
Re-exports§
pub use tempfile;
Structs§
- Spooled
Temp File - Asynchronous version of
tempfile::SpooledTempFile
.
Enums§
- Spooled
Data - Data stored in a
SpooledTempFile
instance.