Skip to content

Prost Protobuf issues #6

@sleipnir

Description

@sleipnir

Blocked by issues in the prost library regarding the Any message parser:

error[E0277]: the trait bound `Reply: prost::name::Name` is not satisfied
  --> spawn-examples/src/joe.rs:16:27
   |
16 |                 .response(&Reply::default())
   |                  -------- ^^^^^^^^^^^^^^^^^ the trait `prost::name::Name` is not implemented for `Reply`
   |                  |
   |                  required by a bound introduced by this call
   |
   = help: the following other types implement trait `prost::name::Name`:
             prost_types::Any
             prost_types::Duration
             prost_types::Timestamp
note: required by a bound in `spawn_rs::value::Value::response`
  --> /home/sleipnir/workspaces/eigr/eigr-labs/spawn-rust-sdk/spawn-rs/src/value.rs:34:12

Related to tokio-rs/prost#921 and tokio-rs/prost#923

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