[][src]Trait typed_html::elements::EmbeddedContent

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

Implementors

impl<T> EmbeddedContent<T> for audio<T> where
    T: OutputType + Send
[src]

impl<T> EmbeddedContent<T> for canvas<T> where
    T: OutputType + Send
[src]

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

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

impl<T> EmbeddedContent<T> for img<T> where
    T: OutputType + Send
[src]

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

impl<T> EmbeddedContent<T> for video<T> where
    T: OutputType + Send
[src]

Loading content...