[][src]Trait typed_html::elements::InteractiveContent

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

Implementors

impl<T> InteractiveContent<T> for a<T> where
    T: OutputType + Send
[src]

impl<T> InteractiveContent<T> for button<T> where
    T: OutputType + Send
[src]

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

impl<T> InteractiveContent<T> for embed<T> where
    T: OutputType + Send
[src]

impl<T> InteractiveContent<T> for iframe<T> where
    T: OutputType + Send
[src]

impl<T> InteractiveContent<T> for label<T> where
    T: OutputType + Send
[src]

impl<T> InteractiveContent<T> for object<T> where
    T: OutputType + Send
[src]

impl<T> InteractiveContent<T> for select<T> where
    T: OutputType + Send
[src]

impl<T> InteractiveContent<T> for textarea<T> where
    T: OutputType + Send
[src]

Loading content...