[][src]Trait filesystem::TempDir

pub trait TempDir {
    fn path(&self) -> &Path;
}

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

Required methods

fn path(&self) -> &Path

Returns the Path of the temporary directory.

Loading content...

Implementors

impl TempDir for FakeTempDir[src]

impl TempDir for OsTempDir[src]

Loading content...