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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.