Replies: 1 comment
-
let actor: ActorRef<SomeType> = cell.into(); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation states that in order to use an actor cell retrieved from the registry "additionally requires knowledge of the [crate::Actor] in order to send messages". Assuming I know the type, how could I "downcast" or convert the ActorCell to the desired type? Could someone please provide a minimal example?
Beta Was this translation helpful? Give feedback.
All reactions