Trait x11rb_protocol::x11_utils::ReplyRequest
source · 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.