Function dnstplib::message::question::questions_from_bytes
source ยท pub fn questions_from_bytes(
bytes: Vec<u8>,
total_questions: u16,
) -> Result<(Vec<DNSQuestion>, Vec<u8>), QuestionParseError>