Skip to content

Commit 0a40734

Browse files
committed
doc: Add Stream::Timeout doc
1 parent c3f6f96 commit 0a40734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/timeout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::future::Future;
99
use crate::stream::Stream;
1010
use crate::task::{Context, Poll};
1111

12-
#[doc(hidden)]
12+
/// A stream with timeout time set
1313
#[derive(Debug)]
1414
pub struct Timeout<S: Stream> {
1515
stream: S,

0 commit comments

Comments
 (0)