leptos::html

Function attributes_to_html

Source
pub fn attributes_to_html<At>(attr: At, buf: &mut String) -> String
where At: Attribute,
Expand description

Renders an Attribute (which can be one or more HTML attributes) into an HTML buffer.