Type Alias dotfiles_actions::create::action::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 */ }