select_input

Function select_input 

Source
pub async fn select_input<Conn>(
    conn: &Conn,
    drawable: Drawable,
    event_mask: Event,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,