Struct maud::PreEscaped [] [src]

pub struct PreEscaped<T>(pub T);

A wrapper that renders the inner value without escaping.

Trait Implementations

impl<T: Display> Render for PreEscaped<T>

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

Derived Implementations

impl<T: Debug> Debug for PreEscaped<T>

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