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