[][src]Trait typed_html::elements::TableContent

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

Implementors

impl<T> TableContent<T> for caption<T> where
    T: OutputType + Send
[src]

impl<T> TableContent<T> for colgroup<T> where
    T: OutputType + Send
[src]

impl<T> TableContent<T> for tbody<T> where
    T: OutputType + Send
[src]

impl<T> TableContent<T> for tfoot<T> where
    T: OutputType + Send
[src]

impl<T> TableContent<T> for thead<T> where
    T: OutputType + Send
[src]

impl<T> TableContent<T> for tr<T> where
    T: OutputType + Send
[src]

Loading content...