Enum ebustl::Justification [] [src]

pub enum Justification {
    Unchanged,
    Left,
    Centered,
    Right,
}

Variants