pub type UiBuilder<T> = Box<dyn FnMut(&mut T) -> Box<dyn AnyView<T>>>;
A builder for a user interface.
struct UiBuilder<T>(/* private fields */);