You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NamedTempFile::into_file says "The inner file will be deleted".
It's unclear what that means. I'm assuming it means the temp file will be deleted when the Rust File returned by into_file is dropped, but it could also mean that the file will be deleted immediately, but the file handle will still be usable (like in into_parts).
Could you clarify this please?
The text was updated successfully, but these errors were encountered:
NamedTempFile::into_file
says "The inner file will be deleted".It's unclear what that means. I'm assuming it means the temp file will be deleted when the Rust
File
returned byinto_file
is dropped, but it could also mean that the file will be deleted immediately, but the file handle will still be usable (like ininto_parts
).Could you clarify this please?
The text was updated successfully, but these errors were encountered: