pub trait DragSurfaceExtManual: Sealed + IsA<DragSurface> {
    // Provided method
    fn connect_compute_size<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&DragSurface, &mut DragSurfaceSize) + 'static { ... }
}
Expand description

Trait containing manually implemented methods of DragSurface.

Provided Methods§

source

fn connect_compute_size<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&DragSurface, &mut DragSurfaceSize) + 'static,

Available on crate feature v4_12 only.

Object Safety§

This trait is not object safe.

Implementors§