pub trait ReplyRequest: Request { type Reply: Into<Reply> + TryParse; }
A X11 request that has a reply without FDs
The kind of reply that this request generates.