pub async fn query_actor<A: Addr, Id: Into<ActorId>>(
id: Id,
) -> Result<StrongAddr<A>, ActorQueryError>Expand description
Queries a typed actor from the registry.
pub async fn query_actor<A: Addr, Id: Into<ActorId>>(
id: Id,
) -> Result<StrongAddr<A>, ActorQueryError>Queries a typed actor from the registry.