Expand description
Defines WIT values and associated operations.
Enums§
- Interface
Value - A WIT value.
Traits§
- Native
Type - Represents a native type supported by WIT.
Functions§
- from_
interface_ values - Deserialize a set of
InterfaceValues to a typeTthat implements theDeserializetrait. - to_
interface_ value - Serialize a type
Tthat implements theSerializetrait to anInterfaceValue.