Searched refs:RetryOnFailure (Results 1 – 1 of 1) sorted by relevance
49 struct RetryOnFailure(bool); struct64 Self::new_at_path(db_path, RetryOnFailure(true)) in new()67 fn new_at_path(db_path: PathBuf, retry: RetryOnFailure) -> Result<(Self, bool)> { in new_at_path()103 return Self::new_at_path(db_path, RetryOnFailure(false)); in new_at_path()