pub trait FrameImpl: FrameImplExt + WidgetImpl {
// Provided method
fn compute_child_allocation(&self, frame: &Self::Type) -> Rectangle { ... }
}
pub trait FrameImpl: FrameImplExt + WidgetImpl {
// Provided method
fn compute_child_allocation(&self, frame: &Self::Type) -> Rectangle { ... }
}