ori::app

Type Alias UiBuilder

pub type UiBuilder<T> = Box<dyn FnMut(&mut T) -> Box<dyn AnyView<T>>>;
Expand description

A builder for a user interface.

Aliased Typeยง

struct UiBuilder<T>(/* private fields */);