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