pub fn dns_txt_flatten<I: IntoIterator<Item = (String, Option<Vec<u8>>)>>( txt: I, ) -> Vec<u8> ⓘ
Converts a iterator of strings into a single string separated with [DNSSD_TXT_SEPARATOR_STR].
DNSSD_TXT_SEPARATOR_STR