prompt

Function prompt 

Source
pub fn prompt<'a, Q>(questions: Q) -> Result<Answers>
where Q: IntoIterator<Item = Question<'a>>,
Available on crate features crossterm or termion only.
Expand description

Prompt all the questions in the given iterator, with the default Backend and EventIterator.