pub fn get_attribute<'a>( e: &'a BytesStart<'_>, name: &[u8], ) -> Option<Cow<'a, str>>
Returns the value of the named XML attribute as a string, or None if absent.
None