Function requestty::prompt[][src]

pub fn prompt<'a, Q>(questions: Q) -> Result<Answers> where
    Q: IntoIterator<Item = Question<'a>>, 
Expand description

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