pub trait FrameImplExt: ObjectSubclass {
    // Provided method
    fn parent_compute_child_allocation(&self) -> Allocation { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§