prompt_one

Function prompt_one 

Source
pub fn prompt_one<'a, I: Into<Question<'a>>>(question: I) -> Result<Answer>
Available on crate features crossterm or termion only.
Expand description

Prompt the given question, with the default Backend and EventIterator.

ยงPanics

This will panic if when on the Question prevents the question from being asked.