Trait TempDir
mruby_vfs
pub trait TempDir { fn path(&self) -> &Path; }
Tracks a temporary directory that will be deleted once the struct goes out of scope.
fn path(&self) -> &Path
Returns the Path of the temporary directory.
Path
impl<Metadata: Clone> TempDir for FakeTempDir<Metadata>