Function flo_ui::assemble_ui [] [src]

pub fn assemble_ui(base_controller: Arc<Controller>) -> BindRef<Control>

Returns a bound control that expands the content of any sub-controllers that might be present.

Note that this only maintains a weak reference to the controller, so if this is the last reference, it will return an empty UI instead.