Skip to main content

QuestionAnswer

Type Alias QuestionAnswer 

Source
pub type QuestionAnswer = Vec<String>;
Expand description

One answer entry corresponding to one question.

Each string is a selected option label.

Aliased Typeยง

pub struct QuestionAnswer { /* private fields */ }