pub type Result<T, E = StoreError> = Result<T, E>;
Expand description

A StateStore specific result type.