[−][src]Trait embedded_layout::layout::linear::SecondaryAlignment
Secondary alignment is used to align views perpendicular to the placement axis.
For example, use horizontal::Right
to align views to the right in a vertical linear layout.
Required methods
fn measure(prev: Size, view_size: Size) -> Size
Return the combined Size
of two View
s, based on their alignment