pub type RangeResult<T> = ProviderResult<RangeResponse<T>>;Expand description
Result of a StateRangeProvider range query.
Aliased Type§
pub enum RangeResult<T> {
Ok(RangeResponse<T>),
Err(ProviderError),
}Variants§
Ok(RangeResponse<T>)
Contains the success value
Err(ProviderError)
Contains the error value
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.