pub trait FrameImplExt: ObjectSubclass {
fn parent_compute_child_allocation(&self, frame: &Self::Type) -> Allocation;
}
Required Methods
source
pub trait FrameImplExt: ObjectSubclass {
fn parent_compute_child_allocation(&self, frame: &Self::Type) -> Allocation;
}