-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels