pub fn LoadInitialMementoFromDisk( StorageFilePath: &Path, ) -> HashMap<String, Value>
Synchronously loads Memento storage data from a JSON file. Used during the initial default() setup of ApplicationState.
default()
ApplicationState