Query

Type Alias Query 

Source
pub type Query<'a> = HashMap<&'a str, &'a str>;

Aliased Typeยง

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