pub fn buffer_from_pixmap<Conn>(
conn: &Conn,
pixmap: Pixmap,
) -> Result<CookieWithFds<'_, Conn, BufferFromPixmapReply>, ConnectionError>where
Conn: RequestConnection + ?Sized,
pub fn buffer_from_pixmap<Conn>(
conn: &Conn,
pixmap: Pixmap,
) -> Result<CookieWithFds<'_, Conn, BufferFromPixmapReply>, ConnectionError>where
Conn: RequestConnection + ?Sized,