We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b77a5 commit 5f9de72Copy full SHA for 5f9de72
src/storage-controller/src/history.rs
@@ -50,7 +50,7 @@ impl<T: timely::progress::Timestamp + TotalOrder> CommandHistory<T> {
50
}
51
52
/// Returns an iterator over the contained storage commands.
53
- pub fn iter(&self) -> impl Iterator<Item = &StorageCommand<T>> {
+ pub fn iter(&self) -> impl DoubleEndedIterator<Item = &StorageCommand<T>> {
54
self.commands.iter()
55
56
0 commit comments