pub type AggregatorHttpClientResult<T> = Result<T, AggregatorHttpClientError>;Expand description
Aggregator-client result type
Aliased Type§
pub enum AggregatorHttpClientResult<T> {
Ok(T),
Err(AggregatorHttpClientError),
}pub type AggregatorHttpClientResult<T> = Result<T, AggregatorHttpClientError>;Aggregator-client result type
pub enum AggregatorHttpClientResult<T> {
Ok(T),
Err(AggregatorHttpClientError),
}