pub type DebugListCommandsResult = Result<Vec<CommandInfo>, i32>;Aliased Type§
pub enum DebugListCommandsResult {
Ok(Vec<CommandInfo>),
Err(i32),
}pub type DebugListCommandsResult = Result<Vec<CommandInfo>, i32>;pub enum DebugListCommandsResult {
Ok(Vec<CommandInfo>),
Err(i32),
}