Function assembly_xml::common::exact::expect_attribute
source ยท pub fn expect_attribute<T: FromStr, B: BufRead>(
key: &str,
reader: &Reader<B>,
event: &BytesStart<'_>,
) -> Result<T>
Expand description
Expect an attribute on an opening tag and return a parsed value