forked from mirror/async-std
* add stream::LastFuture (not compiling) Struggling with the associated type, pinning and how to move/copy LastFuture.last. * fix type signature -> still cannot assign still problems assigning the new value to self.last * remove unused bound * add doctest * unpin LastFuture.last * RustFmt * add static lifetime * remove redundant lifetime |
||
|---|---|---|
| .. | ||
| stream | ||
| double_ended_stream.rs | ||
| empty.rs | ||
| exact_size_stream.rs | ||
| extend.rs | ||
| from_fn.rs | ||
| from_stream.rs | ||
| fused_stream.rs | ||
| interval.rs | ||
| into_stream.rs | ||
| mod.rs | ||
| once.rs | ||
| product.rs | ||
| repeat.rs | ||
| sum.rs | ||