Struct ructe::templates::Html[][src]

pub struct Html<T>(pub T);

Wrapper object for data that should be outputted as raw html (objects that may contain markup).

Trait Implementations

impl<T: Display> ToHtml for Html<T>
[src]

Write self to out, which is in html representation.

Auto Trait Implementations

impl<T> Send for Html<T> where
    T: Send

impl<T> Sync for Html<T> where
    T: Sync