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