Struct terminal_cli::PropertyContextCommon [] [src]

pub struct PropertyContextCommon<'b> {
    pub args: Cow<'b, str>,
    pub terminal: &'b mut CharacterTerminalWriter,
    pub current_path: &'b str,
    pub id: Cow<'b, str>,
    pub style: PropertyCommandStyle,
    pub strings: &'b Strings,
}

Fields

Methods

impl<'b> PropertyContextCommon<'b>
[src]

[src]

[src]

[src]

[src]