Function eat_number

Source
pub fn eat_number<'a>(
    input: &'a str,
) -> Result<(Number<'a>, &'a str), (String, &'a str)>