restate-sdk 0.11.0

Restate SDK for Rust
Documentation
1
2
3
4
5
error: context type `ObjectContext` does not match the `#[service]` service kind; expected Context
 --> tests/ui/struct_wrong_context.rs:9:33
  |
9 |     async fn greet(&self, _ctx: ObjectContext<'_>, name: String) -> HandlerResult<String> {
  |                                 ^^^^^^^^^^^^^^^^^