Rohit Joshi 5 years ago
commit 1b4248b85f
  1. 4
      src/backup.rs

@ -100,7 +100,9 @@ impl BackupEngine {
/// return Err(e.to_string());
/// }
/// ```
pub fn restore_from_latest_backup<D: AsRef<Path>,W: AsRef<Path>>(
pub fn restore_from_latest_backup<D: AsRef<Path>, W: AsRef<Path>>(
&mut self,
db_dir: D,
wal_dir: W,

Loading…
Cancel
Save