Struct maud::PreEscaped
[−]
[src]
pub struct PreEscaped<T>(pub T);
A wrapper that renders the inner value without escaping.
pub struct PreEscaped<T>(pub T);
A wrapper that renders the inner value without escaping.
impl<T: Display> Render for PreEscaped<T>
impl<T: Debug> Debug for PreEscaped<T>