Skip to main content

ShellProgress

Type Alias ShellProgress 

Source
pub type ShellProgress = ToolProgressData;
Expand description

Progress types for various tools, all sharing ToolProgressData structure.

Aliased Type§

pub struct ShellProgress {
    pub kind: Option<String>,
    pub extra: HashMap<String, Value>,
}

Fields§

§kind: Option<String>§extra: HashMap<String, Value>