Crate tempfile_istream
source · [−]Structs
Builder for a read/write implementation of the windows
crate’s IStream
interface
backed by a temp file on disk. The temp file is created with SHCreateStreamOnFileEx
, using
FILE_ATTRIBUTE_TEMPORARY
and FILE_FLAG_DELETE_ON_CLOSE
so it will be deleted by the OS
as soon as the last reference to the IStream
is dropped.