Type Definition pagecache::CacheResult [] [src]

type CacheResult<T, Actual> = Result<T, Error<Actual>>;

The top-level result type for dealing with the PageCache.