Function vin_core::query_actor
source · pub async fn query_actor<A: Addr, Id: AsRef<str>>(
id: Id
) -> Result<StrongAddr<A>, ActorQueryError>Expand description
Queries a typed actor from the registry.
pub async fn query_actor<A: Addr, Id: AsRef<str>>(
id: Id
) -> Result<StrongAddr<A>, ActorQueryError>Queries a typed actor from the registry.