pub trait FrameImpl: FrameImplExt + WidgetImpl {
// Provided method
fn compute_child_allocation(&self) -> Allocation { ... }
}
👎Deprecated: Since 4.10
Provided Methods§
fn compute_child_allocation(&self) -> Allocation
👎Deprecated: Since 4.10
Object Safety§
This trait is not object safe.