pub trait DragSurfaceExt: 'static {
    // Required method
    fn present(&self, width: i32, height: i32) -> bool;
}

Required Methods§

source

fn present(&self, width: i32, height: i32) -> bool

Implementors§