mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-15 12:56:44 +00:00
Update src/stream/from_stream.rs
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
This commit is contained in:
parent
b670600555
commit
bfb16790c3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use std::pin::Pin;
|
||||||
///
|
///
|
||||||
/// [`IntoStream`]: trait.IntoStream.html
|
/// [`IntoStream`]: trait.IntoStream.html
|
||||||
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
|
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
|
||||||
#[cfg(feature = "unstable")]
|
#[cfg(any(feature = "unstable", feature = "docs"))]
|
||||||
pub trait FromStream<T: Send> {
|
pub trait FromStream<T: Send> {
|
||||||
/// Creates a value from a stream.
|
/// Creates a value from a stream.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue