Skip to main content

ShellResult

Type Alias ShellResult 

Source
pub type ShellResult = Completion<ShellKey, ProcessOutput>;
Expand description

The owned terminal shell result: one per registered request.

Aliased Type§

pub struct ShellResult {
    pub ticket: Ticket<ShellKey>,
    pub outcome: Outcome<ProcessOutput>,
}

Fields§

§ticket: Ticket<ShellKey>§outcome: Outcome<ProcessOutput>