ractor 0.16.5

A actor framework for Rust
Documentation
1
2
3
4
5
error: define either a raw `handle` method or focused `#[ractor::message(...)]`/`#[ractor::rpc(...)]` handlers, not both
  --> tests/ui/actor_macros/mixed_dispatch.rs:13:14
   |
13 |     async fn handle(
   |              ^^^^^^