Skip to main content

container

Function container 

Source
pub fn container<V>(child: V) -> Container
where V: IntoView + 'static,
👎Deprecated since 0.2.0:

Use Container::new() instead

Expand description

A simple wrapper around another View

Wrapping a View with a Container allows using another set of styles completely separate from the child View that is being wrapped.