[][src]Trait typed_html::elements::DescriptionListContent

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

Implementors

impl<T> DescriptionListContent<T> for dd<T> where
    T: OutputType + Send
[src]

impl<T> DescriptionListContent<T> for dt<T> where
    T: OutputType + Send
[src]

Loading content...