pub type Column<'a, Message> = Column<'a, Message, Theme, Renderer>;Aliased Type§
pub struct Column<'a, Message> { /* private fields */ }Trait Implementations§
Source§impl<'a, Message: 'a> CollectionWidget<'a, Message> for Column<'a, Message>
 
impl<'a, Message: 'a> CollectionWidget<'a, Message> for Column<'a, Message>
Source§fn append<E>(self, other: &mut Vec<E>) -> Self
 
fn append<E>(self, other: &mut Vec<E>) -> Self
Moves all the elements of 
other into self, leaving other empty.Source§fn push(self, element: impl Into<Element<'a, Message>>) -> Self
 
fn push(self, element: impl Into<Element<'a, Message>>) -> Self
Pushes an element into the widget.