unset_attributes

Function unset_attributes 

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