pub fn get_window_attributes<Conn>(
conn: &Conn,
window: Window,
) -> Result<Cookie<'_, Conn, GetWindowAttributesReply>, ConnectionError>where
Conn: RequestConnection + ?Sized,
pub fn get_window_attributes<Conn>(
conn: &Conn,
window: Window,
) -> Result<Cookie<'_, Conn, GetWindowAttributesReply>, ConnectionError>where
Conn: RequestConnection + ?Sized,