Type Alias Query

Source
pub type Query<'a> = Vec<(&'a str, &'a str)>;
Expand description

A predefined type for the query type in the HTTP client.

Aliased Typeยง

pub struct Query<'a> { /* private fields */ }