pub struct NameSectionReader<'a> { /* private fields */ }
Expand description

A reader for the name custom section of a WebAssembly module.

Implementations

Constructs a new NameSectionReader from the given data and offset.

Determines if the reader is at the end of the section.

Gets the original position of the section reader.

Reads a name from the section.

Trait Implementations

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

The item returned by the reader.

Reads an item from the section.

Determines if the reader is at end-of-section.

Gets the original position of the reader.

Gets the range of the reader.

Ensures the reader is at the end of the section. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.