Struct maud::PreEscaped [] [src]

pub struct PreEscaped<T>(pub T);

A wrapper that renders the inner value without escaping.

Trait Implementations

impl<T: Debug> Debug for PreEscaped<T>
[src]

Formats the value using the given formatter.

impl<T: Display> Render for PreEscaped<T>
[src]

impl Render for PreEscaped<String>
[src]

impl<'a> Render for PreEscaped<&'a str>
[src]