[][src]Trait embedded_layout::layout::linear::LayoutDirection

pub trait LayoutDirection: Copy + Clone { }

Helper trait that describes a layout direction.

Implementors

impl<Secondary> LayoutDirection for Horizontal<Secondary> where
    Secondary: SecondaryAlignment + VerticalAlignment, 
[src]

impl<Secondary> LayoutDirection for Vertical<Secondary> where
    Secondary: SecondaryAlignment + HorizontalAlignment, 
[src]

Loading content...