pub type CompositeGetDaiFormatsResult = Result<Vec<DaiSupportedFormats>, DriverError>;Aliased Type§
pub enum CompositeGetDaiFormatsResult {
Ok(Vec<DaiSupportedFormats>),
Err(DriverError),
}Variants§
Ok(Vec<DaiSupportedFormats>)
Contains the success value
Err(DriverError)
Contains the error value