Module uniffi_bindgen::interface::universe
source · Expand description
The set of all Type
s used in a component interface is represented by a TypeUniverse
,
which can be used by the bindings generator code to determine what type-related helper
functions to emit for a given component.
Structs
- The set of all possible types used in a particular component interface.
Enums
- Represents all the different high-level types that can be used in a component interface. At this level we identify user-defined types by name, without knowing any details of their internal structure apart from what type of thing they are (record, enum, etc).
Traits
Type Definitions
- An abstract type for an iterator over &Type references.