[][src]Function sunrise_libtimezone::conversion::get_num

fn get_num<'a>(
    name: &'a [u8],
    num: &mut i64,
    min: i64,
    max: i64
) -> Option<&'a [u8]>

Parse a number and return the rest if the number is in range.