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