pub type StdQuestionBuilder<T> = QuestionBuilder<T, Stdin, Stdout>;Expand description
Question in the standard input/output of the current process.
Aliased Type§
pub struct StdQuestionBuilder<T> { /* private fields */ }pub type StdQuestionBuilder<T> = QuestionBuilder<T, Stdin, Stdout>;Question in the standard input/output of the current process.
pub struct StdQuestionBuilder<T> { /* private fields */ }