pub trait AttributeName { // Required method fn render(&self, f: &mut Formatter<'_>) -> Result; }
Represents an element attribute name.