[][src]Function breadx::drawable::create_pixmap_from_image_async

pub async fn create_pixmap_from_image_async<Conn: Connection, Target: Clone + Into<Drawable>, Data: Deref<Target = [u8]>, '_, '_>(
    dpy: &'_ mut Display<Conn>,
    target: Target,
    image: &'_ Image<Data>
) -> Result<Pixmap>

Create a pixmap from an image, async redox.