Function 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.