[][src]Trait typed_html::elements::HeadingContent

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

Implementors

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

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

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

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

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

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

impl<T> HeadingContent<T> for hgroup<T> where
    T: OutputType + Send
[src]

Loading content...