fn load_and_apply_documents<R: Runtime>(
missing: &[DocId],
dirmgr: &Arc<DirMgr<R>>,
state: &mut Box<dyn DirState>,
changed: &mut bool,
) -> Result<()>Expand description
Load every document in missing and try to apply it to state.