pub async fn load_persisted_session_state(
store: &(dyn RuntimePersistence + '_),
) -> Result<Option<RuntimeSessionState>, StoreError>pub async fn load_persisted_session_state(
store: &(dyn RuntimePersistence + '_),
) -> Result<Option<RuntimeSessionState>, StoreError>