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.

Trait Implementations

Returns the “default value” for a type. Read more

Performs the conversion.