Function import_backup

Source
pub fn import_backup(file: &Path) -> Result<Vec<TypedScrape>, LegacyError>
Expand description

Import a backup-formatted JSON file, which is a JSON file of TypedScrape object, separated by newlines.