Closed mustafasegf closed 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`
NamedTempFile
into
deref, and
would enable me accessing the inner
never mind, turns out i'm using version 0.5.1 and in 0.6 this library already used NamedTempFile directly
0.5.1
0.6
In the program i made, i need to access the
NamedTempFile
type. Addinginto
,deref, and
deref_mutwould enable me accessing the inner
NamedTempFile`