create_drawable

Function create_drawable 

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