Struct maud::PreEscaped [] [src]

pub struct PreEscaped<T: AsRef<str>>(pub T);

A wrapper that renders the inner value without escaping.

Methods

impl PreEscaped<String>
[src]

Extracts the inner String. This is a synonym for self.0.

Trait Implementations

impl<T: Debug + AsRef<str>> Debug for PreEscaped<T>
[src]

Formats the value using the given formatter.

impl<T: AsRef<str>> Render for PreEscaped<T>
[src]

Appends a representation of self to the given buffer. Read more

Renders self as a block of Markup.