pub type NativeCreateAction<'a> = CreateAction<'a, OsFileSystem>;Expand description
A native create action that works on the real filesystem.
Aliased Typeยง
struct NativeCreateAction<'a> { /* private fields */ }pub type NativeCreateAction<'a> = CreateAction<'a, OsFileSystem>;A native create action that works on the real filesystem.
struct NativeCreateAction<'a> { /* private fields */ }