Trait wasmtime_environ::wasmparser::types::TypeData
source · pub trait TypeData: Debug {
type Id: TypeIdentifier<Data = Self>;
}
Expand description
A trait shared by all types within a Types
.
This is the data that can be retreived by indexing with the associated
TypeIdentifier
.
Required Associated Types§
sourcetype Id: TypeIdentifier<Data = Self>
type Id: TypeIdentifier<Data = Self>
The identifier for this type data.