Trait AggregatorPadExtManual

Source
pub trait AggregatorPadExtManual: IsA<AggregatorPad> + 'static {
    // Provided methods
    fn segment(&self) -> Segment { ... }
    fn current_level_time(&self) -> Option<ClockTime> { ... }
    fn connect_current_level_time_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F,
    ) -> SignalHandlerId { ... }
}

Provided Methods§

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.

Implementors§