pub fn restore(
id: &str,
registry_path: Option<&Path>,
) -> Result<QuarantineEntry>Expand description
Restores one safety hold to its original location.
ยงErrors
Returns an error for an unknown identifier, an unsafe registry entry, an occupied original path, or a failed filesystem move.