Function x11rb::protocol::xfixes::get_cursor_image_and_name

source ยท
pub fn get_cursor_image_and_name<Conn>(
    conn: &Conn,
) -> Result<Cookie<'_, Conn, GetCursorImageAndNameReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,