pub trait ContainerExt { // Required method fn container(self) -> Container; }
A trait that adds a container method to any type that implements IntoView.
container
IntoView
Wrap the view in a container.