stream: add StreamExt::timeout_repeating (#5577)

This commit is contained in:
jrray
2023-04-24 09:27:24 +02:00
committed by GitHub
parent 2cd4f4ab46
commit e789b61424
3 changed files with 171 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ pin_project! {
}
}
/// Error returned by `Timeout`.
/// Error returned by `Timeout` and `TimeoutRepeating`.
#[derive(Debug, PartialEq, Eq)]
pub struct Elapsed(());