pub trait RelmRemoveAllExt {
    fn remove_all(&self);
}
Expand description

Widget types that allow removal of all their children.

Required Methods§

Remove all children from the container.

Implementations on Foreign Types§

Implementors§