pub fn get_attribute_u32(e: &BytesStart<'_>, name: &[u8]) -> Result<u32>Expand description
Returns the named attribute parsed as a u32, or an error if absent or invalid.
pub fn get_attribute_u32(e: &BytesStart<'_>, name: &[u8]) -> Result<u32>Returns the named attribute parsed as a u32, or an error if absent or invalid.