Skip to content

basic.rs failing to compile without async-stdΒ #43

@ahcm

Description

@ahcm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions