[][src]Trait typed_html::elements::SectioningContent

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

Implementors

impl<T> SectioningContent<T> for article<T> where
    T: OutputType + Send
[src]

impl<T> SectioningContent<T> for aside<T> where
    T: OutputType + Send
[src]

impl<T> SectioningContent<T> for details<T> where
    T: OutputType + Send
[src]

impl<T> SectioningContent<T> for fieldset<T> where
    T: OutputType + Send
[src]

impl<T> SectioningContent<T> for figure<T> where
    T: OutputType + Send
[src]

impl<T> SectioningContent<T> for nav<T> where
    T: OutputType + Send
[src]

impl<T> SectioningContent<T> for section<T> where
    T: OutputType + Send
[src]

Loading content...