pub trait ReplyRequest: Request {
type Reply: Into<Reply> + TryParse;
}
Expand description
A X11 request that has a reply without FDs
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait ReplyRequest: Request {
type Reply: Into<Reply> + TryParse;
}
A X11 request that has a reply without FDs