Function question_or

Source
pub fn question_or<I: Into<String>>(text: &str, default: I) -> Result<String>