[go: up one dir, main page]

Type Definition http_cache::Result

source ·
pub type Result<T> = Result<T, BoxError>;
Expand description

A Result typedef to use with the BoxError type