Trait rstml_component::HtmlAttributes
source · pub trait HtmlAttributes {
// Required method
fn fmt(self, formatter: &mut HtmlAttributesFormatter<'_, '_>) -> Result;
}
pub trait HtmlAttributes {
// Required method
fn fmt(self, formatter: &mut HtmlAttributesFormatter<'_, '_>) -> Result;
}