pub trait Query<TArgs, TReply>: Action<TArgs> { // Required method async fn recv(self, target: ActorId) -> Result<TReply>; }