Type Definition qualia::Result

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

Convenience type for possibly returning a StoreError.