[][src]Type Definition eventually_redis::StoreResult

type StoreResult<T> = Result<T, StoreError>;

Result returning the crate StoreError type.