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]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

fn render(&self, w: &mut Write) -> Result