pub type FetchResult<T> = Result<T, FetchError>;
Expand description

Kitsune Fetch Result