question

Function question 

Source
pub fn question<T>() -> StdQuestionBuilder<T>
where T: FromStr + Send + Sync, <T as FromStr>::Err: Send + Sync + Error + 'static,
Expand description

Question for types implementing FromStr trait.

ยงRemarks

For types that do not implement FromStr, prefer StdQuestionBuilder::from(&parser).