Function cin

Source
pub fn cin<T>() -> Res<T>
where T: FromStr, <T as FromStr>::Err: Error + Send + Sync + 'static,