pub type ProviderResult<Ok> = Result<Ok, ProviderError>;
Expand description
Provider result type.
Aliased Type§
enum ProviderResult<Ok> {
Ok(Ok),
Err(ProviderError),
}
Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.