Trait embedded_layout::align::HorizontalAlignment
source · pub trait HorizontalAlignment: Alignment { }
Expand description
Implement this trait for horizontal alignment operations
This trait does not provide any functionality other than that of Alignment
, but marks
implementors to be used as horizontal alignmenent operations.
For a list of available horizontal alignments, see the horizontal
module.
Object Safety§
This trait is not object safe.