pub struct Attributes<'a, R> { /* private fields */ }
Expand description

Node attributes reader.

Implementations

Returns the total number of attributes.

Returns the number of the rest attributes.

Lets loader load the next node attribute.

Lets loader load the next node attribute.

This method prefers V::load_{binary,string}_buffered to V::load_{binary,string}.

Creates an iterator emitting attribute values.

Creates an iterator emitting attribute values with buffered I/O.

Creates an iterator emitting attribute values.

Creates an iterator emitting attribute values with buffered I/O.

Trait Implementations

Formats the value using the given formatter. 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.