Function rust_rcs_client::connectivity::reg_info_xml::parse_contact_node
source · pub fn parse_contact_node<R>(
xml_reader: &mut Reader<R>,
buf: &mut Vec<u8>,
e: &BytesStart<'_>,
level: i32
) -> Option<ContactNode>where
R: BufRead,