async fn load_once<R: Runtime>(
dirmgr: &Arc<DirMgr<R>>,
state: &mut Box<dyn DirState>,
attempt_id: AttemptId,
changed_out: &mut bool,
) -> Result<()>
Expand description
Try to update state
by loading cached information from dirmgr
.