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
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
Blocked by issues in the prost library regarding the Any message parser:
Related to tokio-rs/prost#921 and tokio-rs/prost#923
The text was updated successfully, but these errors were encountered: