pub trait ReplyFDsRequest: Request {
    type Reply: Into<Reply> + TryParseFd;
}
Expand description

A X11 request that has a reply with FDs

Required Associated Types

The kind of reply that this request generates.

Implementors