murar8 / axum_typed_multipart

Type safe multipart/form-data handling for axum.
84 stars 14 forks source link

Add the ability to access NamedTempFile in TempFile #40

Closed mustafasegf closed 1 year ago

mustafasegf commented 1 year ago

In the program i made, i need to access the NamedTempFile type. Adding into, deref, andderef_mutwould enable me accessing the innerNamedTempFile`

mustafasegf commented 1 year ago

never mind, turns out i'm using version 0.5.1 and in 0.6 this library already used NamedTempFile directly