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