Enum Lattice::view::Component [] [src]

pub enum Component {
    Modifier(Modifier),
    Image(Image),
    Text(Text),
    Rectangle(Rectangle),
}

Variants

Methods

impl Component
[src]