Function x11rb::protocol::record::enable_context[][src]

pub fn enable_context<Conn: ?Sized>(
    conn: &Conn,
    context: Context
) -> Result<RecordEnableContextCookie<'_, Conn>, ConnectionError> where
    Conn: RequestConnection + ?Sized