pub trait LayoutChildExt: 'static {
    fn child_widget(&self) -> Widget;
    fn layout_manager(&self) -> LayoutManager;
}

Required methods

Implementors