Advertisement
Guest User

Untitled

a guest
Nov 9th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. error[E0308]: mismatched types
  2. --> src\client.rs:75:9
  3. |
  4. 75 | tokio_executor::spawn(async move {
  5. | ^^^^^^^^^^^^^^^^^^^^^ one type is more general than the other
  6. |
  7. = note: expected type `std::ops::FnOnce<(client_messages::ClientMessage<std::borrow::Cow<'_, str>>,)>`
  8. found type `std::ops::FnOnce<(client_messages::ClientMessage<std::borrow::Cow<'_, str>>,)>`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement