Type Definition sled::Result

source ·
pub type Result<T, Actual> = Result<T, Error<Actual>>;
Expand description

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