Struct conserve::test_fixtures::TreeFixture [] [src]

pub struct TreeFixture {
    pub root: PathBuf,
    // some fields omitted
}

A temporary tree for running a test.

Created in a temporary directory and automatically disposed when done.

Fields

Methods

impl TreeFixture
[src]

[src]

[src]

[src]

[src]

[src]

Symlinks are just not present on Windows.

[src]

Trait Implementations

impl Default for TreeFixture
[src]

[src]

Returns the "default value" for a type. Read more