[][src]Function breadx::drawable::get_geometry_async

pub async fn get_geometry_async<Conn: Connection, Target: Into<Drawable>, '_>(
    dpy: &'_ mut Display<Conn>,
    target: Target
) -> Result<RequestCookie<GetGeometryRequest>>

Get the geometry of a drawable object, async redox.