pub async fn query_actor_erased<Id: Into<ActorId>>(
id: Id,
) -> Result<StrongErasedAddr, ActorQueryError>Expand description
Queries an erased actor from the registry.
pub async fn query_actor_erased<Id: Into<ActorId>>(
id: Id,
) -> Result<StrongErasedAddr, ActorQueryError>Queries an erased actor from the registry.