get_window_create_context

Function get_window_create_context 

Source
pub async fn get_window_create_context<Conn>(
    conn: &Conn,
) -> Result<Cookie<'_, Conn, GetWindowCreateContextReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,