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

Iterator used to iterate through the decorator list of a span block while executing operation batches of a span block.

Implementations

Returns a new instance of decorator iterator instantiated with the provided decorator list.

Returns the next decorator at the specified position.

  • Returns the decorator if a decorator at the specified position exists and increments the internal pointer.
  • Returns None if no decorator is to be executed at the specified position.

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.

Should always be Self
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.