[][src]Type Definition pagecache::Result

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

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