pub trait TriggerControlSourceExt:
IsA<TriggerControlSource>
+ Sealed
+ 'static {
// Provided methods
fn tolerance(&self) -> i64 { ... }
fn set_tolerance(&self, tolerance: i64) { ... }
fn connect_tolerance_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Expand description
Provided Methods§
fn tolerance(&self) -> i64
fn set_tolerance(&self, tolerance: i64)
fn connect_tolerance_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
Object Safety§
This trait is not object safe.