Type Alias NativeCreateAction

Source
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 */ }