Trait relm4::RelmRemoveExt
source · pub trait RelmRemoveExt: ContainerChild {
// Required method
fn container_remove(&self, child: &impl AsRef<Self::Child>);
}
Expand description
Widget types which can have widgets removed from them.
Required Methods§
sourcefn container_remove(&self, child: &impl AsRef<Self::Child>)
fn container_remove(&self, child: &impl AsRef<Self::Child>)
Removes the widget from the container if it is a child of the container.