Skip to main content

RangeResult

Type Alias RangeResult 

Source
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§

§1.0.0

Ok(RangeResponse<T>)

Contains the success value

§1.0.0

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.