Alignment

Type Alias Alignment 

Source
pub type Alignment = AlignmentHorizontal;

Aliased Type§

pub enum Alignment {
    Center,
    Left,
    Right,
}

Variants§

§

Center

§

Left

§

Right