pub type ControlResetResult = Result<ControlResetResponse, ControlResetError>;
Aliased Type§
enum ControlResetResult {
Ok(ControlResetResponse),
Err(ControlResetError),
}
Variants§
Ok(ControlResetResponse)
Contains the success value
Err(ControlResetError)
Contains the error value