Struct il2_iltags::tags::raw::RawTagScanner[][src]

pub struct RawTagScanner<'a, T: Reader> { /* fields omitted */ }
Expand description

This struct implements a Raw tag scanner that can scan a reader and find the information about the tags inside it.

Only the top level tags will be considered as it does not parse the value of the tags.

Implementations

Creates a new instance of RawTagScanner. It assumes the current offset of the provided reader as being 0.

Returns the information about the next tag.

Returns the information about the next tag. It works just like Self::next_tag() but returns an error if the tag id does not match the specified id.

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

Performs the conversion.

Performs the conversion.

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.