futures-async-stream 0.2.13

Async stream for Rust and the futures crate.
Documentation
1
2
3
4
5
6
7
error[E0308]: mismatched types
 --> tests/ui/type-error.rs:9:18
  |
9 |     let a: i32 = "a"; //~ ERROR mismatched types
  |            ---   ^^^ expected `i32`, found `&str`
  |            |
  |            expected due to this