pub trait HGroupContent<T: OutputType + Send>: Node<T> { }

Trait Implementations§

source§

impl<T> IntoIterator for Box<dyn HGroupContent<T>>where T: OutputType + Send,

§

type Item = Box<dyn HGroupContent<T> + 'static, Global>

The type of the elements being iterated over.
§

type IntoIter = IntoIter<Box<dyn HGroupContent<T> + 'static, Global>, Global>

Which kind of iterator are we turning this into?
source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more

Implementors§

source§

impl<T> HGroupContent<T> for h1<T>where T: OutputType + Send,

source§

impl<T> HGroupContent<T> for h2<T>where T: OutputType + Send,

source§

impl<T> HGroupContent<T> for h3<T>where T: OutputType + Send,

source§

impl<T> HGroupContent<T> for h4<T>where T: OutputType + Send,

source§

impl<T> HGroupContent<T> for h5<T>where T: OutputType + Send,

source§

impl<T> HGroupContent<T> for h6<T>where T: OutputType + Send,