use crate::;
/// Query question with [`NameRef`].
///
/// As opposed to [`Question`], `QuestionRef` uses a `NameRef` for the domain name.
/// It doesn't own the domain name bytes, but rather points into the message buffer.
///
/// [`Question`]: crate::message::Question