Skip to main content

Questions

Type Alias Questions 

Source
pub type Questions = BTreeMap<String, Question>;
Expand description

Questions keyed by the names used to identify their answers.

Aliased Typeยง

pub struct Questions { /* private fields */ }