[][src]Trait typed_html::elements::TableColumnContent

pub trait TableColumnContent<T: OutputType>: Node<T> { }

Implementors

impl<T> TableColumnContent<T> for script<T> where
    T: OutputType
[src]

impl<T> TableColumnContent<T> for td<T> where
    T: OutputType
[src]

impl<T> TableColumnContent<T> for template<T> where
    T: OutputType
[src]

impl<T> TableColumnContent<T> for th<T> where
    T: OutputType
[src]

Loading content...