[][src]Type Definition qualia::Result

type Result<T, E = StoreError> = Result_<T, E>;

Convenience type for possibly returning a StoreError.