pub type ComponentNameSectionReader<'a> = Subsections<'a, ComponentName<'a>>;
Expand description

Type used to iterate and parse the contents of the component-name custom section in compnents, similar to the name section of core modules.

Aliased Type§

struct ComponentNameSectionReader<'a> { /* private fields */ }