2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-19 20:13:51 +00:00

Add slightly better docs

This commit is contained in:
Felipe Sere 2019-10-24 16:42:03 -05:00
parent 8126bb1882
commit e1ba87e7c1

View file

@ -28,6 +28,8 @@ impl<T: Copy> Stream for Cycle<T> {
} }
} }
/// Creats a stream that yields the provided values infinitely and in order.
///
/// # Examples /// # Examples
/// ///
/// Basic usage: /// Basic usage: