Function x11rb_async::protocol::damage::create
source · pub async fn create<Conn>(
conn: &Conn,
damage: Damage,
drawable: Drawable,
level: ReportLevel
) -> Result<VoidCookie<'_, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,