Type Alias CmdlineValue

Source
pub type CmdlineValue = Vec<Option<String>>;
Expand description

Represents a set of values for a cmdline parameter

Aliased Typeยง

pub struct CmdlineValue { /* private fields */ }