Trait filesystem::TempDir
[−]
[src]
pub trait TempDir {
fn path(&self) -> &Path;
}Tracks a temporary directory that will be deleted once the struct goes out of scope.
Required Methods
Implementors
impl TempDir for FakeTempDirimpl TempDir for OsTempDir