pub type FakeCreateDirective<'a> = CreateDirective<'a, FakeFileSystem>;Expand description
CreateDirective that uses the native [FakeFileSystem] for testing.
Aliased Typeยง
struct FakeCreateDirective<'a> { /* private fields */ }pub type FakeCreateDirective<'a> = CreateDirective<'a, FakeFileSystem>;CreateDirective that uses the native [FakeFileSystem] for testing.
struct FakeCreateDirective<'a> { /* private fields */ }