macro_rules! set_attribute {
($element:expr, $attr:ident$(($inner:expr))?$(,)?) => { ... };
}Expand description
Sets the given attribute to the crate::element::Element or Attributes
macro_rules! set_attribute {
($element:expr, $attr:ident$(($inner:expr))?$(,)?) => { ... };
}Sets the given attribute to the crate::element::Element or Attributes