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
Implementations
Retrieve the first node mutably
Retrieve the last node mutably
Trait Implementations
Performs the conversion.
Performs the conversion.
type Item = VirtualNode
type Item = VirtualNodeThe type of the elements being iterated over.
type IntoIter = IntoIter<VirtualNode>
type IntoIter = IntoIter<VirtualNode>Which kind of iterator are we turning this into?
Auto Trait Implementations
impl !RefUnwindSafe for IterableNodesimpl !Send for IterableNodesimpl !Sync for IterableNodesimpl Unpin for IterableNodesimpl !UnwindSafe for IterableNodes