x11rb::protocol::sync

Function await_fence

Source
pub fn await_fence<'c, 'input, Conn>(
    conn: &'c Conn,
    fence_list: &'input [Fence],
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,