pub async fn send<A, Id, M>(actor_id: Id, msg: M) -> Result<(), ActorQueryError>where Id: Into<Cow<'static, str>>, M: Message, A: Addr + Forwarder<M>,
Sends a typed message to an actor with the corresponding id.