Macro typed_elements

Source
macro_rules! typed_elements {
    ($vis:vis $($ElementName:ident $(($name:literal))? $([$AttributeName:ident])? $({ $($attribute:ident),* $(,)? })?;)*) => { ... };
}
Available on crate feature typed only.