Function cdns_rs::a_sync::common::name2str

source ·
pub fn name2str<'life0, 'async_recursion>(
    pkt: &'life0 mut Cursor<&[u8]>,
    opt_rdlen: Option<u16>
) -> Pin<Box<dyn Future<Output = CDnsResult<String>> + Send + 'async_recursion>>
where 'life0: 'async_recursion,
Expand description

This function converts a QNAME (encoded domains) to the String FQDN.