pub type Result<T> = Result<T, ProviderError>;Expand description
Result type for provider operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ProviderError),
}pub type Result<T> = Result<T, ProviderError>;Result type for provider operations.
pub enum Result<T> {
Ok(T),
Err(ProviderError),
}