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