[][src]Type Definition sled::Result

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

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

Trait Implementations

impl From<Error> for Result<Result<(), CompareAndSwapError>>[src]