foundry_common::io::stdin

Function unwrap_line

Source
pub fn unwrap_line<T>(value: Option<T>) -> Result<T>
where T: FromStr, T::Err: StdError + Send + Sync + 'static,
Expand description

Short-hand for unwrap(value, true).