How to send a message via `ActorId` in `Coerce-rs`?
In the rust library Coerce-rs, can I send a message to an Actor
on a local node using its ActorId
? I know I can send a message via LocalActorRef
, but that would require me to keep track of it, while I can just turn a string into an ActorId
.