Enum onyx::ui::ContentBuilder [] [src]

pub enum ContentBuilder<Action> {
    Panel,
    Button(Box<Fn() -> Action>),
    Label(String),
}

Variants