Skip to main content

JustifyMethod

Type Alias JustifyMethod 

Source
pub type JustifyMethod = AlignMethod;

Aliased Type§

pub enum JustifyMethod {
    Left,
    Center,
    Right,
    Full,
}

Variants§

§

Left

§

Center

§

Right

§

Full