[][src]Trait typed_html::elements::FlowContent

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

Implementors

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

impl<T> FlowContent<T> for abbr<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for address<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for article<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for aside<T> where
    T: OutputType + Send
[src]

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

impl<T> FlowContent<T> for b<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for bdi<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for bdo<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for blink<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for blockquote<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for br<T> where
    T: OutputType + Send
[src]

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

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

impl<T> FlowContent<T> for cite<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for code<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for data<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for datalist<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for del<T> where
    T: OutputType + Send
[src]

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

impl<T> FlowContent<T> for dfn<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for div<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for dl<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for em<T> where
    T: OutputType + Send
[src]

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

impl<T> FlowContent<T> for fieldset<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for figure<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for footer<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for form<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for h1<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for h2<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for h3<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for h4<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for h5<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for h6<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for header<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for hgroup<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for hr<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for i<T> where
    T: OutputType + Send
[src]

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

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

impl<T> FlowContent<T> for input<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for ins<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for kbd<T> where
    T: OutputType + Send
[src]

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

impl<T> FlowContent<T> for main<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for map<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for mark<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for marquee<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for meter<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for nav<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for noscript<T> where
    T: OutputType + Send
[src]

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

impl<T> FlowContent<T> for ol<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for output<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for p<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for pre<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for progress<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for q<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for ruby<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for s<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for samp<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for script<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for section<T> where
    T: OutputType + Send
[src]

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

impl<T> FlowContent<T> for small<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for span<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for strong<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for sub<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for sup<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for table<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for template<T> where
    T: OutputType + Send
[src]

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

impl<T> FlowContent<T> for time<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for ul<T> where
    T: OutputType + Send
[src]

impl<T> FlowContent<T> for var<T> where
    T: OutputType + Send
[src]

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

impl<T> FlowContent<T> for wbr<T> where
    T: OutputType + Send
[src]

impl<T: OutputType + Send> FlowContent<T> for TextNode<T>[src]

impl<T: OutputType + Send> FlowContent<T> for UnsafeTextNode<T>[src]

Loading content...