Trait relm4::RelmRemoveAllExt
source · pub trait RelmRemoveAllExt {
// Required method
fn remove_all(&self);
}
Expand description
Widget types that allow removal of all their children.
Required Methods§
sourcefn remove_all(&self)
fn remove_all(&self)
Remove all children from the container.