pub type ComponentAliasSectionReader<'a> = SectionLimited<'a, ComponentAlias<'a>>;
Available on crate feature
component-model
only.Expand description
Section reader for the component alias section
Aliased Typeยง
struct ComponentAliasSectionReader<'a> { /* private fields */ }