Function x11rb::protocol::xfixes::fetch_region
source ยท pub fn fetch_region<Conn>(
conn: &Conn,
region: Region,
) -> Result<Cookie<'_, Conn, FetchRegionReply>, ConnectionError>where
Conn: RequestConnection + ?Sized,