§UI Elements
Core UI types produced by the view! macro. Every declarative tag
(<button>, <h1>, <p>, etc.) compiles down to an Element node.
The Bubba runtime serialises the element tree to JSON and sends it to the
Android Java layer via JNI — exactly like React Native’s UIManager.