pub fn to_vec(query: &Query) -> Result<Vec<u8>, Error>
Serialize the given Query as a representing percent encoded query string vector of bytes.
Query