pub type FetchResult<T> = Result<T, FetchError>;Expand description
Result type for fetch operations
Aliased Type§
pub enum FetchResult<T> {
Ok(T),
Err(FetchError),
}pub type FetchResult<T> = Result<T, FetchError>;Result type for fetch operations
pub enum FetchResult<T> {
Ok(T),
Err(FetchError),
}