Trait relm4::RelmContainerExt
source · pub trait RelmContainerExt {
// Required method
fn container_add(&self, widget: &impl AsRef<Widget>);
}
Expand description
Widget types which can have widgets attached to them.
Required Methods§
sourcefn container_add(&self, widget: &impl AsRef<Widget>)
fn container_add(&self, widget: &impl AsRef<Widget>)
Add widget as child to container.