pub fn load_manifest(
adapters_dir: &Path,
record: &AdapterRecord,
) -> Result<Manifest, RegistryError>Expand description
The record’s manifest: the held copy in copy mode, the live source tree in pointer mode (a delegated adapter’s self-updates are always honored).