macro_rules! ins {
($($attr_name:ident: $attr_value:expr),*; $($lstr_event:ident: $lstr_callback:expr)*; $($children:expr),* $(,)?) => { ... };
($($attr_name:ident: $attr_value:expr),*; $($children:expr),* $(,)?) => { ... };
($($children:expr),* $(,)?) => { ... };
}Expand description
MDN Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ins