Trait rstml_component::HtmlAttributes

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

Required Methods§

source

fn fmt(self, formatter: &mut HtmlAttributesFormatter<'_, '_>) -> Result

Implementations on Foreign Types§

source§

impl HtmlAttributes for ()

source§

fn fmt(self, _formatter: &mut HtmlAttributesFormatter<'_, '_>) -> Result

source§

impl<N: AsRef<[u8]>, T: HtmlAttributeValue> HtmlAttributes for (N, T)

source§

fn fmt(self, formatter: &mut HtmlAttributesFormatter<'_, '_>) -> Result

source§

impl<T: HtmlAttributes> HtmlAttributes for Option<T>

source§

fn fmt(self, formatter: &mut HtmlAttributesFormatter<'_, '_>) -> Result

Implementors§