Type Alias maud::Markup

source ·
pub type Markup = PreEscaped<String>;
Expand description

A block of markup is a string that does not need to be escaped.

The html! macro expands to an expression of this type.

Aliased Type§

struct Markup(pub String);

Fields§

§0: String