Type Alias Query

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

type Query = Vec<HashMap<String, Variant>>.

String is the name of the returned struct field with Variant being an enum type.

Aliased Typeยง

pub struct Query { /* private fields */ }