pub type FakeCreateAction<'a> = CreateAction<'a, FakeFileSystem>;
Expand description
A Fake create action that works on a fake test filesystem.
Aliased Typeยง
struct FakeCreateAction<'a> { /* private fields */ }
pub type FakeCreateAction<'a> = CreateAction<'a, FakeFileSystem>;
A Fake create action that works on a fake test filesystem.
struct FakeCreateAction<'a> { /* private fields */ }