Type Definition asking::StdQuestionBuilder [−][src]
pub type StdQuestionBuilder<T> = QuestionBuilder<T, Stdin, Stdout>;
Expand description
Question in the standard input/output of the current process.
pub type StdQuestionBuilder<T> = QuestionBuilder<T, Stdin, Stdout>;
Question in the standard input/output of the current process.