Skip to main content

parse_int

Function parse_int 

Source
pub fn parse_int<T: FromStr>(input: ParseStream<'_>) -> Result<T>
where T::Err: Display,