pub type OnLoadFn<R, C> = dyn Fn(&Store<R, C>) -> Result<(), Error> + Sync + Send;
Closure to be called when a store is loaded.