Struct cargo_quickinstall::CommandFailed
source · pub struct CommandFailed {
pub command: String,
pub stdout: String,
pub stderr: String,
}Fields§
§command: String§stdout: String§stderr: StringTrait Implementations§
source§impl Debug for CommandFailed
impl Debug for CommandFailed
source§impl From<CommandFailed> for InstallError
impl From<CommandFailed> for InstallError
source§fn from(err: CommandFailed) -> InstallError
fn from(err: CommandFailed) -> InstallError
Converts to this type from the input type.