pub trait AggregatorPadExtManual: Sealed + IsA<AggregatorPad> + 'static {
// Provided method
fn segment(&self) -> Segment { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.
pub trait AggregatorPadExtManual: Sealed + IsA<AggregatorPad> + 'static {
// Provided method
fn segment(&self) -> Segment { ... }
}