pub async fn send_at<Id: AsRef<str>, M: Message<Result = ()>>( actor_id: Id, msg: M )
Sends a typed message to an actor with the corresponding id.