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