[][src]Trait typed_html::elements::SelectContent

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

Implementors

impl<T> SelectContent<T> for optgroup<T> where
    T: OutputType + Send
[src]

impl<T> SelectContent<T> for option<T> where
    T: OutputType + Send
[src]

Loading content...