pub trait RelmContainerExt {
    fn container_add(&self, widget: &impl AsRef<Widget>);
}
Expand description

Widget types which can have widgets attached to them.

Required Methods§

Add widget as child to container.

Implementations on Foreign Types§

Implementors§