Skip to main content

integer

Function integer 

Source
pub(crate) fn integer<T: FromStr>(
    s: &str,
    field: &'static str,
    line: usize,
) -> Result<T, ParseError>