Struct virtual_node::IterableNodes[][src]

pub struct IterableNodes(_);
Expand description

Used by the html! macro for all braced child nodes so that we can use any type that implements Into

html! {

{ nodes }
}

nodes can be a String .. VirtualNode .. Vec … etc

Implementations

Retrieve the first node mutably

Retrieve the last node mutably

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

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

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.