Trait embedded_layout::align::VerticalAlignment
source · pub trait VerticalAlignment: Alignment { }
Expand description
Implement this trait for vertical alignment operations
Vertical alignment assumes lower coordinate values are higher up on the display.
This trait does not provide any functionality other than that of Alignment
, but marks
implementors to be used as vertical alignmenent operations.
For a list of available vertical alignments, see the vertical
module.
Object Safety§
This trait is not object safe.