Function convert_digit

Source
fn convert_digit(
    c: &mut String,
    t: &mut Vec<TimeStrToken>,
) -> Result<(), IntervalParseError>