pub trait AttributeValue<T> {
    fn set_attribute(&self, name: impl AsRef<str>, builder: &mut ElementBuilder);
}
Expand description

A potentially reactive attribute.

Required Methods§

Implementations on Foreign Types§

Implementors§