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.
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.