Type Definition http_cache::Result
source · pub type Result<T> = Result<T, CacheError>;Expand description
A Result typedef to use with the CacheError type
pub type Result<T> = Result<T, CacheError>;A Result typedef to use with the CacheError type