Trait xcb::CookieWithReplyUnchecked
source · pub unsafe trait CookieWithReplyUnchecked: Cookie {
type Reply: Reply;
}
Expand description
A trait for unchecked cookies of requests that send a reply.
§Safety
Cookies implementing this trait acknowledge that their error is not checked when the reply is fetched from the server but in the event loop.
See also Connection::send_request_unchecked, Connection::wait_for_event
Required Associated Types§
Object Safety§
This trait is not object safe.