[][src]Type Definition sled::Result

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

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