create_drawable

Function create_drawable 

Source
pub async fn create_drawable<Conn>(
    conn: &Conn,
    screen: u32,
    drawable: u32,
) -> Result<Cookie<'_, Conn, CreateDrawableReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,