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