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
Hello,
I see that the SpooledTempFile structure has a into_inner method that should allow us to retrieve the in-memory buffer / file object. However, I am unable to do anything with the value returned by this method as SpooledData is not exposed outside of the spooled module.
Do you think SpooledData could be exported in lib.rs? I can do a PR if you want.
Note: I would like to be able to use SpooledData for the same reasons as mentioned in this PR.
The text was updated successfully, but these errors were encountered:
Hello,
I see that the
SpooledTempFile
structure has ainto_inner
method that should allow us to retrieve the in-memory buffer / file object. However, I am unable to do anything with the value returned by this method asSpooledData
is not exposed outside of the spooled module.Do you think
SpooledData
could be exported inlib.rs
? I can do a PR if you want.Note: I would like to be able to use
SpooledData
for the same reasons as mentioned in this PR.The text was updated successfully, but these errors were encountered: