You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without the async-smtp dependency the compilation of the example/basic.rs failed with:
let messages: Vec<_> = messages_stream.collect::<Result<_>>().await?;
| ^^^^^^^ method cannot be called on `impl async_std::stream::Stream+std::marker::Send` due to unsatisfied trait bounds
The text was updated successfully, but these errors were encountered:
Without the async-smtp dependency the compilation of the example/basic.rs failed with:
The text was updated successfully, but these errors were encountered: