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