Function write_html::is_valid_attribute_name
source · pub fn is_valid_attribute_name(name: &str) -> bool
Expand description
Tells whether the given string is a valid attribute name.
pub fn is_valid_attribute_name(name: &str) -> bool
Tells whether the given string is a valid attribute name.