pub fn restore_items<T: DeserializeOwned>(path: &Path) -> Result<Vec<T>, String>
Restore the items from a single archive file.