Skip to main content

QueryParams

Type Alias QueryParams 

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

Query parameters for prepared statements.

Aliased Typeยง

pub struct QueryParams { /* private fields */ }