Type Alias Query

Source
pub type Query<'s> = Vec<(String, String)>;
Expand description

Type for the URL query.

Aliased Typeยง

struct Query<'s> { /* private fields */ }