Skip to main content

DebugListCommandsResult

Type Alias DebugListCommandsResult 

Source
pub type DebugListCommandsResult = Result<Vec<CommandInfo>, i32>;

Aliased Type§

pub enum DebugListCommandsResult {
    Ok(Vec<CommandInfo>),
    Err(i32),
}

Variants§

§1.0.0

Ok(Vec<CommandInfo>)

Contains the success value

§1.0.0

Err(i32)

Contains the error value