Skip to content

Instantly share code, notes, and snippets.

@jedisct1
Last active March 23, 2017 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedisct1/91d06792b78d3bdc062a3661f1e36d9c to your computer and use it in GitHub Desktop.
Save jedisct1/91d06792b78d3bdc062a3661f1e36d9c to your computer and use it in GitHub Desktop.
73 | handle.spawn(server);
| ^^^^^ the trait `futures::Future` is not implemented for `futures::stream::Then<futures::stream::AndThen<futures::stream::SplitStream<tokio_io::codec::Framed<tokio_core::net::TcpStream, LineCodec>>, [closure@src/main.rs:86:64: 86:82 writer:_], futures::sink::Send<futures::stream::SplitSink<tokio_io::codec::Framed<tokio_core::net::TcpStream, LineCodec>>>>, [closure@src/main.rs:86:89: 86:99], std::result::Result<(), _>>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment