Skip to content

async-prost does not support asyncing the stream of prost 0.13. #7

Description

@mylvghb

the method next exists for struct AsyncProstStream<TcpStream, CommandRequest, CommandResponse, AsyncDestination>, but its trait bounds were not satisfied [E0599] method cannot be called due to unsatisfied trait bounds Note: the following trait bounds were not satisfied: async_prost::AsyncProstStream<tokio::net::TcpStream, kv::CommandRequest, kv::CommandResponse, async_prost::AsyncDestination>: futures::Stream which is required by async_prost::AsyncProstStream<tokio::net::TcpStream, kv::CommandRequest, kv::CommandResponse, async_prost::AsyncDestination>: futures::StreamExt

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions