Trait Audio Aggregator Convert PadExt 
Source pub trait AudioAggregatorConvertPadExt: IsA<AudioAggregatorConvertPad> + '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
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.