pub trait OffscreenWindowExt: 'static {
// Required methods
fn get_pixbuf(&self) -> Option<Pixbuf>;
fn get_surface(&self) -> Option<Surface>;
}
pub trait OffscreenWindowExt: 'static {
// Required methods
fn get_pixbuf(&self) -> Option<Pixbuf>;
fn get_surface(&self) -> Option<Surface>;
}