pub type Element = Element<Platform>;Expand description
Polyhorn core element type that is specialized for the iOS platform.
Aliased Type§
pub enum Element {
Builtin(ElementBuiltin<Platform>),
Component(ElementComponent<Platform>),
Context(ElementContext<Platform>),
Fragment(ElementFragment<Platform>),
String(String),
}