Trait wasmparser::types::TypeData

source ·
pub trait TypeData: Debug {
    type Id: TypeIdentifier<Data = Self>;
}
Available on crate feature validate only.
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§

source

type Id: TypeIdentifier<Data = Self>

The identifier for this type data.

Implementations on Foreign Types§

source§

impl TypeData for Range<CoreTypeId>

Implementors§