AttributeName

Trait AttributeName 

Source
pub trait AttributeName {
    // Required method
    fn render(&self, f: &mut Formatter<'_>) -> Result;
}
Expand description

Represents an element attribute name.

Required Methods§

Source

fn render(&self, f: &mut Formatter<'_>) -> Result

Implementations on Foreign Types§

Source§

impl AttributeName for &str

Source§

fn render(&self, f: &mut Formatter<'_>) -> Result

Implementors§