[][src]Function rapture::input::yes_or_no

pub fn yes_or_no<S: ToString>(prompt: S) -> bool

Used to prompt the user with a yes or no question. If they answer with Y or y, this function returns true.