pub trait AggregatorExtManual:
Sealed
+ IsA<Aggregator>
+ 'static {
// Provided methods
fn allocator(&self) -> (Option<Allocator>, AllocationParams) { ... }
fn set_position(&self, position: impl FormattedValue) { ... }
fn src_pad(&self) -> &AggregatorPad { ... }
}
Provided Methods§
fn allocator(&self) -> (Option<Allocator>, AllocationParams)
fn set_position(&self, position: impl FormattedValue)
fn src_pad(&self) -> &AggregatorPad
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.