[][src]Trait mruby_vfs::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<Metadata: Clone> TempDir for FakeTempDir<Metadata>[src]

Loading content...