pub type ProviderResult<T> = Result<T, ProviderError>;Expand description
Convenience type alias for Results with ProviderError
Aliased Type§
pub enum ProviderResult<T> {
Ok(T),
Err(ProviderError),
}pub type ProviderResult<T> = Result<T, ProviderError>;Convenience type alias for Results with ProviderError
pub enum ProviderResult<T> {
Ok(T),
Err(ProviderError),
}