1 2 3use super::*; 4 5impl Display for HtmlElement { 6 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { 7 f.write_str("<") 8 } 9}