pub type ProviderInitResult<T> = Result<T, ProviderInitError>;Aliased Type§
pub enum ProviderInitResult<T> {
Ok(T),
Err(ProviderInitError),
}pub type ProviderInitResult<T> = Result<T, ProviderInitError>;pub enum ProviderInitResult<T> {
Ok(T),
Err(ProviderInitError),
}