[][src]Trait hirola_core::elements::EmbeddedContent

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

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...