Function openthread::ot::dns_txt_flatten

source ·
pub fn dns_txt_flatten<I: IntoIterator<Item = (String, Option<Vec<u8>>)>>(
    txt: I
) -> Vec<u8>
Expand description

Converts a iterator of strings into a single string separated with [DNSSD_TXT_SEPARATOR_STR].