Skip to main content

Query

Type Alias Query 

Source
pub type Query = HashMap<String, String>;
Expand description

Universal alias of HashMap<String, String>

Aliased Typeยง

pub struct Query { /* private fields */ }