pub fn raw(html: &'static str) -> ElementExpand description
Inline raw HTML without escaping
This function is considered safe because the HTML being inlined must be known at compile time
See raw_unsafe to inline HTML that is generated at runtime
pub fn raw(html: &'static str) -> ElementInline raw HTML without escaping
This function is considered safe because the HTML being inlined must be known at compile time
See raw_unsafe to inline HTML that is generated at runtime