Enum alloc::fmt::Alignment 1.28.0[−][src]
pub enum Alignment {
Left,
Right,
Center,
}This is supported on non-crate feature
miri-test-libstd or test or doctest only.Expand description
Possible alignments returned by Formatter::align
Variants
Indication that contents should be left-aligned.
Indication that contents should be right-aligned.
Indication that contents should be center-aligned.