[][src]Trait typed_html::elements::HGroupContent

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

Implementors

impl<T> HGroupContent<T> for h1<T> where
    T: OutputType + Send
[src]

impl<T> HGroupContent<T> for h2<T> where
    T: OutputType + Send
[src]

impl<T> HGroupContent<T> for h3<T> where
    T: OutputType + Send
[src]

impl<T> HGroupContent<T> for h4<T> where
    T: OutputType + Send
[src]

impl<T> HGroupContent<T> for h5<T> where
    T: OutputType + Send
[src]

impl<T> HGroupContent<T> for h6<T> where
    T: OutputType + Send
[src]

Loading content...