Trait xcb::RequestWithoutReply
source · pub trait RequestWithoutReply: Request { }
Expand description
Marker trait for requests that do not return a reply.
These trait is implicitely associated with VoidCookie
and VoidCookieChecked
.
Object Safety§
This trait is not object safe.