Struct filesystem::OsTempDir [] [src]

pub struct OsTempDir(_);

Tracks a temporary directory that will be deleted once the struct goes out of scope.

This is a wrapper around a TempDir.

Trait Implementations

impl Debug for OsTempDir
[src]

[src]

Formats the value using the given formatter.

impl TempDir for OsTempDir
[src]

[src]

Returns the [Path] of the temporary directory. Read more