pub trait AudioAggregatorConvertPadExt:
IsA<AudioAggregatorConvertPad>
+ Sealed
+ 'static {
// Provided method
fn connect_converter_config_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Expand description
Provided Methods§
fn connect_converter_config_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
Object Safety§
This trait is not object safe.