Type Definition sled::DbResult [] [src]

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

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