Type Definition sled::Result[][src]

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

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