Skip to main content

StoreError

Type Alias StoreError 

Source
pub type StoreError = Box<dyn Error + Send + Sync>;
Expand description

Store-layer error type.

Aliased Typeยง

pub struct StoreError(/* private fields */);