Struct block_utils::AsyncInit [] [src]

pub struct AsyncInit {
    pub format_child: Child,
    pub post_setup_commands: Vec<(String, Vec<String>)>,
    pub device: PathBuf,
}

Fields

The child process needed for this device initializati This will be an async spawned Child handle

After formatting is complete run these commands to se ZFS needs this. These should prob be run in sync mod

The device we're initializing

Trait Implementations

impl Debug for AsyncInit
[src]

[src]

Formats the value using the given formatter.