pub type ControlSetDaiFormatResult = Result<ControlSetDaiFormatResponse, ControlSetDaiFormatError>;

Aliased Type§

enum ControlSetDaiFormatResult {
    Ok(ControlSetDaiFormatResponse),
    Err(ControlSetDaiFormatError),
}

Variants§

§1.0.0

Ok(ControlSetDaiFormatResponse)

Contains the success value

§1.0.0

Err(ControlSetDaiFormatError)

Contains the error value