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

Provided methods

Implementors